Html Css Color HEX #DBB973 Chenin

📋 copy color: '#DBB973'

red 219 ◦ green 185 ◦ blue 115

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

Shades of Chenin #DBB973

Tints of Chenin #DBB973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.16%

R = 42.2%
G = 35.65%
B = 22.16%

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

#DBB973 (or 0xDBB973) is known color: Chenin. HEX triplet: DB, B9 and 73. RGB value is (219,185,115). Sum of RGB (Red+Green+Blue) = 219+185+115=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB973 is #24468C. Grayscale: #BBBBBB. Windows color (decimal): -2377357 or 7584219. OLE color: 7584219.

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

Color convert

RGB 219 185 115 -
CMYK 0 0.16 0.47 0.14
HSL 40.38º 0.59% 0.65% -
HSV(B) 40.38º 0.47% 0.86% -
XYZ 49.66 51 23.45 -
YUV 187.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 219 185 115 0 0.16 0.47 0.14 40.38 0.59 0.65
Hex DB B9 73 0 10 2F E 28 3B 41
Octal 333 271 163 0 20 57 16 50 73 101
Binary 11011011 10111001 1110011 0 10000 101111 1110 101000 111011 1000001

Color Harmonies of #DBB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB973

Black with #DBB973

Text Example


Text Example

White with #DBB973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB973; }

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

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

background-color css

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

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

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

border-color css

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

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

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