Html Css Color HEX #DCCB72 Chenin

📋 copy color: '#DCCB72'

red 220 ◦ green 203 ◦ blue 114

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

Shades of Chenin #DCCB72

Tints of Chenin #DCCB72

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.8%

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

R = 40.97%
G = 37.8%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCCB72 (or 0xDCCB72) is known color: Chenin. HEX triplet: DC, CB and 72. RGB value is (220,203,114). Sum of RGB (Red+Green+Blue) = 220+203+114=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB72 is #23348D. Grayscale: #C6C6C6. Windows color (decimal): -2307214 or 7523292. OLE color: 7523292.

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

Color convert

RGB 220 203 114 -
CMYK 0 0.08 0.48 0.14
HSL 50.38º 0.6% 0.65% -
HSV(B) 50.38º 0.48% 0.86% -
XYZ 53.91 59.14 24.49 -
YUV 197.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 220 203 114 0 0.08 0.48 0.14 50.38 0.6 0.65
Hex DC CB 72 0 8 30 E 32 3C 41
Octal 334 313 162 0 10 60 16 62 74 101
Binary 11011100 11001011 1110010 0 1000 110000 1110 110010 111100 1000001

Color Harmonies of #DCCB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB72

Black with #DCCB72

Text Example


Text Example

White with #DCCB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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