Html Css Color HEX #DBB872 Chenin

📋 copy color: '#DBB872'

red 219 ◦ green 184 ◦ blue 114

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

Shades of Chenin #DBB872

Tints of Chenin #DBB872

RGB

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

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

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

R = 42.36%
G = 35.59%
B = 22.05%

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

#DBB872 (or 0xDBB872) is known color: Chenin. HEX triplet: DB, B8 and 72. RGB value is (219,184,114). Sum of RGB (Red+Green+Blue) = 219+184+114=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB872 is #24478D. Grayscale: #BABABA. Windows color (decimal): -2377614 or 7518427. OLE color: 7518427.

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

Color convert

RGB 219 184 114 -
CMYK 0 0.16 0.48 0.14
HSL 40º 0.59% 0.65% -
HSV(B) 40º 0.48% 0.86% -
XYZ 49.39 50.56 23.07 -
YUV 186.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 219 184 114 0 0.16 0.48 0.14 40 0.59 0.65
Hex DB B8 72 0 10 30 E 28 3B 41
Octal 333 270 162 0 20 60 16 50 73 101
Binary 11011011 10111000 1110010 0 10000 110000 1110 101000 111011 1000001

Color Harmonies of #DBB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB872

Black with #DBB872

Text Example


Text Example

White with #DBB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB872; }

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

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

background-color css

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

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

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

border-color css

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

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

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