Html Css Color HEX #DCB972 Chenin

📋 copy color: '#DCB972'

red 220 ◦ green 185 ◦ blue 114

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

Shades of Chenin #DCB972

Tints of Chenin #DCB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.65%

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

R = 42.39%
G = 35.65%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCB972 (or 0xDCB972) is known color: Chenin. HEX triplet: DC, B9 and 72. RGB value is (220,185,114). Sum of RGB (Red+Green+Blue) = 220+185+114=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB972 is #23468D. Grayscale: #BBBBBB. Windows color (decimal): -2311822 or 7518684. OLE color: 7518684.

HSL color Cylindrical-coordinate representation of color #DCB972: hue angle of 40.19º 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 #DCB972 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 114 -
CMYK 0 0.16 0.48 0.14
HSL 40.19º 0.6% 0.65% -
HSV(B) 40.19º 0.48% 0.86% -
XYZ 49.9 51.13 23.16 -
YUV 187.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 220 185 114 0 0.16 0.48 0.14 40.19 0.6 0.65
Hex DC B9 72 0 10 30 E 28 3C 41
Octal 334 271 162 0 20 60 16 50 74 101
Binary 11011100 10111001 1110010 0 10000 110000 1110 101000 111100 1000001

Color Harmonies of #DCB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB972

Black with #DCB972

Text Example


Text Example

White with #DCB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB972; }

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

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

background-color css

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

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

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

border-color css

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

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

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