Html Css Color HEX #DCB76E Chenin

📋 copy color: '#DCB76E'

red 220 ◦ green 183 ◦ blue 110

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

Shades of Chenin #DCB76E

Tints of Chenin #DCB76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.44%

R = 42.88%
G = 35.67%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCB76E (or 0xDCB76E) is known color: Chenin. HEX triplet: DC, B7 and 6E. RGB value is (220,183,110). Sum of RGB (Red+Green+Blue) = 220+183+110=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB76E is #234891. Grayscale: #BABABA. Windows color (decimal): -2312338 or 7256028. OLE color: 7256028.

HSL color Cylindrical-coordinate representation of color #DCB76E: hue angle of 39.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCB76E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 110 -
CMYK 0 0.17 0.50 0.14
HSL 39.82º 0.61% 0.65% -
HSV(B) 39.82º 0.5% 0.86% -
XYZ 49.26 50.21 21.85 -
YUV 185.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 220 183 110 0 0.17 0.50 0.14 39.82 0.61 0.65
Hex DC B7 6E 0 11 32 E 28 3D 41
Octal 334 267 156 0 21 62 16 50 75 101
Binary 11011100 10110111 1101110 0 10001 110010 1110 101000 111101 1000001

Color Harmonies of #DCB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB76E

Black with #DCB76E

Text Example


Text Example

White with #DCB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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