Html Css Color HEX #DCB975 Chenin

📋 copy color: '#DCB975'

red 220 ◦ green 185 ◦ blue 117

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

Shades of Chenin #DCB975

Tints of Chenin #DCB975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.41%

R = 42.15%
G = 35.44%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCB975 (or 0xDCB975) is known color: Chenin. HEX triplet: DC, B9 and 75. RGB value is (220,185,117). Sum of RGB (Red+Green+Blue) = 220+185+117=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB975 is #23468A. Grayscale: #BCBCBC. Windows color (decimal): -2311819 or 7715292. OLE color: 7715292.

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

Color convert

RGB 220 185 117 -
CMYK 0 0.16 0.47 0.14
HSL 39.61º 0.6% 0.66% -
HSV(B) 39.61º 0.47% 0.86% -
XYZ 50.08 51.2 24.07 -
YUV 187.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 220 185 117 0 0.16 0.47 0.14 39.61 0.6 0.66
Hex DC B9 75 0 10 2F E 28 3C 42
Octal 334 271 165 0 20 57 16 50 74 102
Binary 11011100 10111001 1110101 0 10000 101111 1110 101000 111100 1000010

Color Harmonies of #DCB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB975

Black with #DCB975

Text Example


Text Example

White with #DCB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB975; }

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

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

background-color css

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

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

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

border-color css

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

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

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