Html Css Color HEX #DBBA7E Straw

📋 copy color: '#DBBA7E'

red 219 ◦ green 186 ◦ blue 126

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

Shades of Straw #DBBA7E

Tints of Straw #DBBA7E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.03%

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

R = 41.24%
G = 35.03%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBBA7E (or 0xDBBA7E) is known color: Straw. HEX triplet: DB, BA and 7E. RGB value is (219,186,126). Sum of RGB (Red+Green+Blue) = 219+186+126=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA7E is #244581. Grayscale: #BDBDBD. Windows color (decimal): -2377090 or 8305371. OLE color: 8305371.

HSL color Cylindrical-coordinate representation of color #DBBA7E: hue angle of 38.71º 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 #DBBA7E is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 126 -
CMYK 0 0.15 0.42 0.14
HSL 38.71º 0.56% 0.68% -
HSV(B) 38.71º 0.42% 0.86% -
XYZ 50.54 51.68 27.05 -
YUV 189.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 219 186 126 0 0.15 0.42 0.14 38.71 0.56 0.68
Hex DB BA 7E 0 F 2A E 27 38 44
Octal 333 272 176 0 17 52 16 47 70 104
Binary 11011011 10111010 1111110 0 1111 101010 1110 100111 111000 1000100

Color Harmonies of #DBBA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA7E

Black with #DBBA7E

Text Example


Text Example

White with #DBBA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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