Html Css Color HEX #DCB970 Chenin

📋 copy color: '#DCB970'

red 220 ◦ green 185 ◦ blue 112

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

Shades of Chenin #DCB970

Tints of Chenin #DCB970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 42.55%
G = 35.78%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCB970 (or 0xDCB970) is known color: Chenin. HEX triplet: DC, B9 and 70. RGB value is (220,185,112). Sum of RGB (Red+Green+Blue) = 220+185+112=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB970 is #23468F. Grayscale: #BBBBBB. Windows color (decimal): -2311824 or 7387612. OLE color: 7387612.

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

Color convert

RGB 220 185 112 -
CMYK 0 0.16 0.49 0.14
HSL 40.56º 0.61% 0.65% -
HSV(B) 40.56º 0.49% 0.86% -
XYZ 49.79 51.08 22.57 -
YUV 187.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 220 185 112 0 0.16 0.49 0.14 40.56 0.61 0.65
Hex DC B9 70 0 10 31 E 29 3D 41
Octal 334 271 160 0 20 61 16 51 75 101
Binary 11011100 10111001 1110000 0 10000 110001 1110 101001 111101 1000001

Color Harmonies of #DCB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB970

Black with #DCB970

Text Example


Text Example

White with #DCB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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