Html Css Color HEX #DBB97B Straw

📋 copy color: '#DBB97B'

red 219 ◦ green 185 ◦ blue 123

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

Shades of Straw #DBB97B

Tints of Straw #DBB97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.34%

R = 41.56%
G = 35.1%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DBB97B (or 0xDBB97B) is known color: Straw. HEX triplet: DB, B9 and 7B. RGB value is (219,185,123). Sum of RGB (Red+Green+Blue) = 219+185+123=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB97B is #244684. Grayscale: #BCBCBC. Windows color (decimal): -2377349 or 8108507. OLE color: 8108507.

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

Color convert

RGB 219 185 123 -
CMYK 0 0.16 0.44 0.14
HSL 38.75º 0.57% 0.67% -
HSV(B) 38.75º 0.44% 0.86% -
XYZ 50.14 51.19 25.98 -
YUV 188.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 219 185 123 0 0.16 0.44 0.14 38.75 0.57 0.67
Hex DB B9 7B 0 10 2C E 27 39 43
Octal 333 271 173 0 20 54 16 47 71 103
Binary 11011011 10111001 1111011 0 10000 101100 1110 100111 111001 1000011

Color Harmonies of #DBB97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB97B

Black with #DBB97B

Text Example


Text Example

White with #DBB97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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