Html Css Color HEX #DCB86E Chenin

📋 copy color: '#DCB86E'

red 220 ◦ green 184 ◦ blue 110

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

Shades of Chenin #DCB86E

Tints of Chenin #DCB86E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.8%

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

R = 42.8%
G = 35.8%
B = 21.4%

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

#DCB86E (or 0xDCB86E) is known color: Chenin. HEX triplet: DC, B8 and 6E. RGB value is (220,184,110). Sum of RGB (Red+Green+Blue) = 220+184+110=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB86E is #234791. Grayscale: #BABABA. Windows color (decimal): -2312082 or 7256284. OLE color: 7256284.

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

Color convert

RGB 220 184 110 -
CMYK 0 0.16 0.50 0.14
HSL 40.36º 0.61% 0.65% -
HSV(B) 40.36º 0.5% 0.86% -
XYZ 49.47 50.62 21.92 -
YUV 186.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 220 184 110 0 0.16 0.50 0.14 40.36 0.61 0.65
Hex DC B8 6E 0 10 32 E 28 3D 41
Octal 334 270 156 0 20 62 16 50 75 101
Binary 11011100 10111000 1101110 0 10000 110010 1110 101000 111101 1000001

Color Harmonies of #DCB86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB86E

Black with #DCB86E

Text Example


Text Example

White with #DCB86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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