Html Css Color HEX #DBB875 Straw

📋 copy color: '#DBB875'

red 219 ◦ green 184 ◦ blue 117

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

Shades of Straw #DBB875

Tints of Straw #DBB875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 42.12%
G = 35.38%
B = 22.5%

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

#DBB875 (or 0xDBB875) is known color: Straw. HEX triplet: DB, B8 and 75. RGB value is (219,184,117). Sum of RGB (Red+Green+Blue) = 219+184+117=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB875 is #24478A. Grayscale: #BBBBBB. Windows color (decimal): -2377611 or 7715035. OLE color: 7715035.

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

Color convert

RGB 219 184 117 -
CMYK 0 0.16 0.47 0.14
HSL 39.41º 0.59% 0.66% -
HSV(B) 39.41º 0.47% 0.86% -
XYZ 49.56 50.63 23.99 -
YUV 186.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 219 184 117 0 0.16 0.47 0.14 39.41 0.59 0.66
Hex DB B8 75 0 10 2F E 27 3B 42
Octal 333 270 165 0 20 57 16 47 73 102
Binary 11011011 10111000 1110101 0 10000 101111 1110 100111 111011 1000010

Color Harmonies of #DBB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB875

Black with #DBB875

Text Example


Text Example

White with #DBB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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