Html Css Color HEX #DBB970 Chenin

📋 copy color: '#DBB970'

red 219 ◦ green 185 ◦ blue 112

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

Shades of Chenin #DBB970

Tints of Chenin #DBB970

RGB

 RED value IS 219 (85.94% from 255) = 42.44%

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

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

R = 42.44%
G = 35.85%
B = 21.71%

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

#DBB970 (or 0xDBB970) is known color: Chenin. HEX triplet: DB, B9 and 70. RGB value is (219,185,112). Sum of RGB (Red+Green+Blue) = 219+185+112=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB970 is #24468F. Grayscale: #BBBBBB. Windows color (decimal): -2377360 or 7387611. OLE color: 7387611.

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

Color convert

RGB 219 185 112 -
CMYK 0 0.16 0.49 0.14
HSL 40.93º 0.6% 0.65% -
HSV(B) 40.93º 0.49% 0.86% -
XYZ 49.49 50.93 22.55 -
YUV 186.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 219 185 112 0 0.16 0.49 0.14 40.93 0.6 0.65
Hex DB B9 70 0 10 31 E 29 3C 41
Octal 333 271 160 0 20 61 16 51 74 101
Binary 11011011 10111001 1110000 0 10000 110001 1110 101001 111100 1000001

Color Harmonies of #DBB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB970

Black with #DBB970

Text Example


Text Example

White with #DBB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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