Html Css Color HEX #DCB96E Chenin

📋 copy color: '#DCB96E'

red 220 ◦ green 185 ◦ blue 110

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

Shades of Chenin #DCB96E

Tints of Chenin #DCB96E

RGB

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

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

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

R = 42.72%
G = 35.92%
B = 21.36%

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

#DCB96E (or 0xDCB96E) is known color: Chenin. HEX triplet: DC, B9 and 6E. RGB value is (220,185,110). Sum of RGB (Red+Green+Blue) = 220+185+110=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB96E is #234691. Grayscale: #BBBBBB. Windows color (decimal): -2311826 or 7256540. OLE color: 7256540.

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

Color convert

RGB 220 185 110 -
CMYK 0 0.16 0.50 0.14
HSL 40.91º 0.61% 0.65% -
HSV(B) 40.91º 0.5% 0.86% -
XYZ 49.68 51.04 21.99 -
YUV 186.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 220 185 110 0 0.16 0.50 0.14 40.91 0.61 0.65
Hex DC B9 6E 0 10 32 E 29 3D 41
Octal 334 271 156 0 20 62 16 51 75 101
Binary 11011100 10111001 1101110 0 10000 110010 1110 101001 111101 1000001

Color Harmonies of #DCB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB96E

Black with #DCB96E

Text Example


Text Example

White with #DCB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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