Html Css Color HEX #DCB96F Chenin

📋 copy color: '#DCB96F'

red 220 ◦ green 185 ◦ blue 111

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

Shades of Chenin #DCB96F

Tints of Chenin #DCB96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.51%

R = 42.64%
G = 35.85%
B = 21.51%

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

#DCB96F (or 0xDCB96F) is known color: Chenin. HEX triplet: DC, B9 and 6F. RGB value is (220,185,111). Sum of RGB (Red+Green+Blue) = 220+185+111=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB96F is #234690. Grayscale: #BBBBBB. Windows color (decimal): -2311825 or 7322076. OLE color: 7322076.

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

Color convert

RGB 220 185 111 -
CMYK 0 0.16 0.50 0.14
HSL 40.73º 0.61% 0.65% -
HSV(B) 40.73º 0.5% 0.86% -
XYZ 49.73 51.06 22.27 -
YUV 187.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 220 185 111 0 0.16 0.50 0.14 40.73 0.61 0.65
Hex DC B9 6F 0 10 32 E 29 3D 41
Octal 334 271 157 0 20 62 16 51 75 101
Binary 11011100 10111001 1101111 0 10000 110010 1110 101001 111101 1000001

Color Harmonies of #DCB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB96F

Black with #DCB96F

Text Example


Text Example

White with #DCB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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