Html Css Color HEX #DCC972 Chenin

📋 copy color: '#DCC972'

red 220 ◦ green 201 ◦ blue 114

#DCC972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #DCC972

Tints of Chenin #DCC972

RGB

 RED value IS 220 (86.33% from 255) = 41.12%

 GREEN value IS 201 (78.91% from 255) = 37.57%

 BLUE value IS 114 (44.92% from 255) = 21.31%

R = 41.12%
G = 37.57%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCC972 (or 0xDCC972) is known color: Chenin. HEX triplet: DC, C9 and 72. RGB value is (220,201,114). Sum of RGB (Red+Green+Blue) = 220+201+114=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC972 is #23368D. Grayscale: #C5C5C5. Windows color (decimal): -2307726 or 7522780. OLE color: 7522780.

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

Color convert

RGB 220 201 114 -
CMYK 0 0.09 0.48 0.14
HSL 49.25º 0.6% 0.65% -
HSV(B) 49.25º 0.48% 0.86% -
XYZ 53.44 58.2 24.34 -
YUV 196.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 220 201 114 0 0.09 0.48 0.14 49.25 0.6 0.65
Hex DC C9 72 0 9 30 E 31 3C 41
Octal 334 311 162 0 11 60 16 61 74 101
Binary 11011100 11001001 1110010 0 1001 110000 1110 110001 111100 1000001

Color Harmonies of #DCC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC972

Black with #DCC972

Text Example


Text Example

White with #DCC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC972; }

 p { color: rgb(220,201,114); }

 H1.HeaderClassName
 {
   color: #DCC972;
 }
 .AnyTagClassName
 {
   color: #DCC972;
 }
</style>

background-color css

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

 a { background-color: rgb(220,201,114); }

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

border-color css

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

 span { border-color: rgb(220,201,114); }

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