Html Css Color HEX #DBBE81 Straw

📋 copy color: '#DBBE81'

red 219 ◦ green 190 ◦ blue 129

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

Shades of Straw #DBBE81

Tints of Straw #DBBE81

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

 BLUE value IS 129 (50.78% from 255) = 23.98%

R = 40.71%
G = 35.32%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBBE81 (or 0xDBBE81) is known color: Straw. HEX triplet: DB, BE and 81. RGB value is (219,190,129). Sum of RGB (Red+Green+Blue) = 219+190+129=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE81 is #24417E. Grayscale: #BFBFBF. Windows color (decimal): -2376063 or 8503003. OLE color: 8503003.

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

Color convert

RGB 219 190 129 -
CMYK 0 0.13 0.41 0.14
HSL 40.67º 0.56% 0.68% -
HSV(B) 40.67º 0.41% 0.86% -
XYZ 51.59 53.47 28.37 -
YUV 191.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 219 190 129 0 0.13 0.41 0.14 40.67 0.56 0.68
Hex DB BE 81 0 D 29 E 29 38 44
Octal 333 276 201 0 15 51 16 51 70 104
Binary 11011011 10111110 10000001 0 1101 101001 1110 101001 111000 1000100

Color Harmonies of #DBBE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE81

Black with #DBBE81

Text Example


Text Example

White with #DBBE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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