Html Css Color HEX #DCB96B Chenin

📋 copy color: '#DCB96B'

red 220 ◦ green 185 ◦ blue 107

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

Shades of Chenin #DCB96B

Tints of Chenin #DCB96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.9%

R = 42.97%
G = 36.13%
B = 20.9%

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

#DCB96B (or 0xDCB96B) is known color: Chenin. HEX triplet: DC, B9 and 6B. RGB value is (220,185,107). Sum of RGB (Red+Green+Blue) = 220+185+107=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB96B is #234694. Grayscale: #BABABA. Windows color (decimal): -2311829 or 7059932. OLE color: 7059932.

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

Color convert

RGB 220 185 107 -
CMYK 0 0.16 0.51 0.14
HSL 41.42º 0.62% 0.64% -
HSV(B) 41.42º 0.51% 0.86% -
XYZ 49.52 50.98 21.14 -
YUV 186.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 220 185 107 0 0.16 0.51 0.14 41.42 0.62 0.64
Hex DC B9 6B 0 10 33 E 29 3E 40
Octal 334 271 153 0 20 63 16 51 76 100
Binary 11011100 10111001 1101011 0 10000 110011 1110 101001 111110 1000000

Color Harmonies of #DCB96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB96B

Black with #DCB96B

Text Example


Text Example

White with #DCB96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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