Html Css Color HEX #DCB96D Chenin

📋 copy color: '#DCB96D'

red 220 ◦ green 185 ◦ blue 109

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

Shades of Chenin #DCB96D

Tints of Chenin #DCB96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.21%

R = 42.8%
G = 35.99%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCB96D (or 0xDCB96D) is known color: Chenin. HEX triplet: DC, B9 and 6D. RGB value is (220,185,109). Sum of RGB (Red+Green+Blue) = 220+185+109=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB96D is #234692. Grayscale: #BBBBBB. Windows color (decimal): -2311827 or 7191004. OLE color: 7191004.

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

Color convert

RGB 220 185 109 -
CMYK 0 0.16 0.50 0.14
HSL 41.08º 0.61% 0.65% -
HSV(B) 41.08º 0.5% 0.86% -
XYZ 49.62 51.02 21.7 -
YUV 186.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 220 185 109 0 0.16 0.50 0.14 41.08 0.61 0.65
Hex DC B9 6D 0 10 32 E 29 3D 41
Octal 334 271 155 0 20 62 16 51 75 101
Binary 11011100 10111001 1101101 0 10000 110010 1110 101001 111101 1000001

Color Harmonies of #DCB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB96D

Black with #DCB96D

Text Example


Text Example

White with #DCB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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