Html Css Color HEX #DBB972 Chenin

📋 copy color: '#DBB972'

red 219 ◦ green 185 ◦ blue 114

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

Shades of Chenin #DBB972

Tints of Chenin #DBB972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.01%

R = 42.28%
G = 35.71%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBB972 (or 0xDBB972) is known color: Chenin. HEX triplet: DB, B9 and 72. RGB value is (219,185,114). Sum of RGB (Red+Green+Blue) = 219+185+114=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB972 is #24468D. Grayscale: #BBBBBB. Windows color (decimal): -2377358 or 7518683. OLE color: 7518683.

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

Color convert

RGB 219 185 114 -
CMYK 0 0.16 0.48 0.14
HSL 40.57º 0.59% 0.65% -
HSV(B) 40.57º 0.48% 0.86% -
XYZ 49.6 50.97 23.14 -
YUV 187.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 219 185 114 0 0.16 0.48 0.14 40.57 0.59 0.65
Hex DB B9 72 0 10 30 E 29 3B 41
Octal 333 271 162 0 20 60 16 51 73 101
Binary 11011011 10111001 1110010 0 10000 110000 1110 101001 111011 1000001

Color Harmonies of #DBB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB972

Black with #DBB972

Text Example


Text Example

White with #DBB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB972; }

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

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

background-color css

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

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

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

border-color css

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

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

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