Html Css Color HEX #DCC072 Chenin

📋 copy color: '#DCC072'

red 220 ◦ green 192 ◦ blue 114

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

Shades of Chenin #DCC072

Tints of Chenin #DCC072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

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

R = 41.83%
G = 36.5%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCC072 (or 0xDCC072) is known color: Chenin. HEX triplet: DC, C0 and 72. RGB value is (220,192,114). Sum of RGB (Red+Green+Blue) = 220+192+114=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC072 is #233F8D. Grayscale: #BFBFBF. Windows color (decimal): -2310030 or 7520476. OLE color: 7520476.

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

Color convert

RGB 220 192 114 -
CMYK 0 0.13 0.48 0.14
HSL 44.15º 0.6% 0.65% -
HSV(B) 44.15º 0.48% 0.86% -
XYZ 51.4 54.13 23.66 -
YUV 191.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 220 192 114 0 0.13 0.48 0.14 44.15 0.6 0.65
Hex DC C0 72 0 D 30 E 2C 3C 41
Octal 334 300 162 0 15 60 16 54 74 101
Binary 11011100 11000000 1110010 0 1101 110000 1110 101100 111100 1000001

Color Harmonies of #DCC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC072

Black with #DCC072

Text Example


Text Example

White with #DCC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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