Html Css Color HEX #DCC970 Chenin

📋 copy color: '#DCC970'

red 220 ◦ green 201 ◦ blue 112

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

Shades of Chenin #DCC970

Tints of Chenin #DCC970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.01%

R = 41.28%
G = 37.71%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCC970 (or 0xDCC970) is known color: Chenin. HEX triplet: DC, C9 and 70. RGB value is (220,201,112). Sum of RGB (Red+Green+Blue) = 220+201+112=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC970 is #23368F. Grayscale: #C4C4C4. Windows color (decimal): -2307728 or 7391708. OLE color: 7391708.

HSL color Cylindrical-coordinate representation of color #DCC970: hue angle of 49.44º degrees, saturation: 0.61, 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 #DCC970 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 112 -
CMYK 0 0.09 0.49 0.14
HSL 49.44º 0.61% 0.65% -
HSV(B) 49.44º 0.49% 0.86% -
XYZ 53.33 58.16 23.74 -
YUV 196.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 220 201 112 0 0.09 0.49 0.14 49.44 0.61 0.65
Hex DC C9 70 0 9 31 E 31 3D 41
Octal 334 311 160 0 11 61 16 61 75 101
Binary 11011100 11001001 1110000 0 1001 110001 1110 110001 111101 1000001

Color Harmonies of #DCC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC970

Black with #DCC970

Text Example


Text Example

White with #DCC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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