Html Css Color HEX #DCB96C Chenin

📋 copy color: '#DCB96C'

red 220 ◦ green 185 ◦ blue 108

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

Shades of Chenin #DCB96C

Tints of Chenin #DCB96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.05%

R = 42.88%
G = 36.06%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCB96C (or 0xDCB96C) is known color: Chenin. HEX triplet: DC, B9 and 6C. RGB value is (220,185,108). Sum of RGB (Red+Green+Blue) = 220+185+108=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB96C is #234693. Grayscale: #BBBBBB. Windows color (decimal): -2311828 or 7125468. OLE color: 7125468.

HSL color Cylindrical-coordinate representation of color #DCB96C: hue angle of 41.25º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCB96C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 108 -
CMYK 0 0.16 0.51 0.14
HSL 41.25º 0.62% 0.64% -
HSV(B) 41.25º 0.51% 0.86% -
XYZ 49.57 51 21.42 -
YUV 186.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 220 185 108 0 0.16 0.51 0.14 41.25 0.62 0.64
Hex DC B9 6C 0 10 33 E 29 3E 40
Octal 334 271 154 0 20 63 16 51 76 100
Binary 11011100 10111001 1101100 0 10000 110011 1110 101001 111110 1000000

Color Harmonies of #DCB96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB96C

Black with #DCB96C

Text Example


Text Example

White with #DCB96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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