Html Css Color HEX #DCB772 Chenin

📋 copy color: '#DCB772'

red 220 ◦ green 183 ◦ blue 114

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

Shades of Chenin #DCB772

Tints of Chenin #DCB772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.4%

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

R = 42.55%
G = 35.4%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCB772 (or 0xDCB772) is known color: Chenin. HEX triplet: DC, B7 and 72. RGB value is (220,183,114). Sum of RGB (Red+Green+Blue) = 220+183+114=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB772 is #23488D. Grayscale: #BABABA. Windows color (decimal): -2312334 or 7518172. OLE color: 7518172.

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

Color convert

RGB 220 183 114 -
CMYK 0 0.17 0.48 0.14
HSL 39.06º 0.6% 0.65% -
HSV(B) 39.06º 0.48% 0.86% -
XYZ 49.49 50.3 23.02 -
YUV 186.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 220 183 114 0 0.17 0.48 0.14 39.06 0.6 0.65
Hex DC B7 72 0 11 30 E 27 3C 41
Octal 334 267 162 0 21 60 16 47 74 101
Binary 11011100 10110111 1110010 0 10001 110000 1110 100111 111100 1000001

Color Harmonies of #DCB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB772

Black with #DCB772

Text Example


Text Example

White with #DCB772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB772; }

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

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

background-color css

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

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

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

border-color css

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

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

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