Html Css Color HEX #DCB875 Chenin

📋 copy color: '#DCB875'

red 220 ◦ green 184 ◦ blue 117

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

Shades of Chenin #DCB875

Tints of Chenin #DCB875

RGB

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

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

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

R = 42.23%
G = 35.32%
B = 22.46%

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

#DCB875 (or 0xDCB875) is known color: Chenin. HEX triplet: DC, B8 and 75. RGB value is (220,184,117). Sum of RGB (Red+Green+Blue) = 220+184+117=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB875 is #23478A. Grayscale: #BBBBBB. Windows color (decimal): -2312075 or 7715036. OLE color: 7715036.

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

Color convert

RGB 220 184 117 -
CMYK 0 0.16 0.47 0.14
HSL 39.03º 0.6% 0.66% -
HSV(B) 39.03º 0.47% 0.86% -
XYZ 49.87 50.78 24 -
YUV 187.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 220 184 117 0 0.16 0.47 0.14 39.03 0.6 0.66
Hex DC B8 75 0 10 2F E 27 3C 42
Octal 334 270 165 0 20 57 16 47 74 102
Binary 11011100 10111000 1110101 0 10000 101111 1110 100111 111100 1000010

Color Harmonies of #DCB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB875

Black with #DCB875

Text Example


Text Example

White with #DCB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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