Html Css Color HEX #DBB87E Straw

📋 copy color: '#DBB87E'

red 219 ◦ green 184 ◦ blue 126

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

Shades of Straw #DBB87E

Tints of Straw #DBB87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.82%

R = 41.4%
G = 34.78%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBB87E (or 0xDBB87E) is known color: Straw. HEX triplet: DB, B8 and 7E. RGB value is (219,184,126). Sum of RGB (Red+Green+Blue) = 219+184+126=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB87E is #244781. Grayscale: #BCBCBC. Windows color (decimal): -2377602 or 8304859. OLE color: 8304859.

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

Color convert

RGB 219 184 126 -
CMYK 0 0.16 0.42 0.14
HSL 37.42º 0.56% 0.68% -
HSV(B) 37.42º 0.42% 0.86% -
XYZ 50.12 50.85 26.91 -
YUV 187.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 219 184 126 0 0.16 0.42 0.14 37.42 0.56 0.68
Hex DB B8 7E 0 10 2A E 25 38 44
Octal 333 270 176 0 20 52 16 45 70 104
Binary 11011011 10111000 1111110 0 10000 101010 1110 100101 111000 1000100

Color Harmonies of #DBB87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB87E

Black with #DBB87E

Text Example


Text Example

White with #DBB87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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