#DBBE7C

Color #DBBE7C Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #DBBE7C

Tints of Straw #DBBE7C

Color information

#DBBE7C (or 0xDBBE7C) is unknown color: approx Straw. HEX triplet: DB, BE and 7C. RGB value is (219,190,124). Sum of RGB (Red+Green+Blue) = 219+190+124=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE7C is #244183. Grayscale: #BFBFBF. Windows color (decimal): -2376068 or 8175323. OLE color: 8175323.

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

Color convert

RGB219190124-
CMYK00.130.430.14
HSL41.68º56.89%67.25%-
HSV(B)41.68º43.38%85.88%-
XYZ51.2653.3426.66-
YUV191.1590.11147.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 124 (48.83% from 255) = 23.26%
R=41.09%
G=35.65%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919012400.130.430.1441.6856.8967.25
HexDBBE7C0D2BE2a3943
Octal33327617401553165271103
Binary110110111011111011111000110110101111101010101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBE7C; }

 p { color: rgb(219,190,124); }

 H1.HeaderClassName
 {
   color: #DBBE7C;
 }
 .AnyTagClassName
 {
   color: #DBBE7C;
 }
</style>
background-color css

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

 a { background-color: rgb(219,190,124); }

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

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

 span { border-color: rgb(219,190,124); }

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