#dcc371

Color #DCC371 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #DCC371

Tints of Chenin #DCC371

Color information

#DCC371 (or 0xDCC371) is unknown color: approx Chenin. HEX triplet: DC, C3 and 71. RGB value is (220,195,113). Sum of RGB (Red+Green+Blue) = 220+195+113=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC371 is #233C8E. Grayscale: #C1C1C1. Windows color (decimal): -2309263 or 7455708. OLE color: 7455708.

HSL color Cylindrical-coordinate representation of color #DCC371: hue angle of 45.98º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCC371 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB220195113-
CMYK00.110.490.14
HSL45.98º60.45%65.29%-
HSV(B)45.98º48.64%86.27%-
XYZ52.0155.4423.58-
YUV193.1382.78147.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=41.67%
G=36.93%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019511300.110.490.1445.9860.4565.29
HexDCC3710B31E2e3c41
Octal33430316101361165674101
Binary110111001100001111100010101111000111101011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcc371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcc371; }

 p { color: rgb(220,195,113); }

 H1.HeaderClassName
 {
   color: #dcc371;
 }
 .AnyTagClassName
 {
   color: #dcc371;
 }
</style>
background-color css

<style>
 a { background-color: #dcc371; }

 a { background-color: rgb(220,195,113); }

 div.DivClassName
 {
   background-color: #dcc371;
 }
 .BgClassName
 {
   background-color: #dcc371;
 }
</style>
border-color css

<style>
 span { border-color: #dcc371; }

 span { border-color: rgb(220,195,113); }

 td.TdClassName
 {
   border-color: #dcc371;
 }
 .TagClassName
 {
   border-color: #dcc371;
 }
</style>