Html Css Color HEX #DBBE7A Straw

📋 copy color: '#DBBE7A'

red 219 ◦ green 190 ◦ blue 122

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

Shades of Straw #DBBE7A

Tints of Straw #DBBE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.98%

R = 41.24%
G = 35.78%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DBBE7A (or 0xDBBE7A) is known color: Straw. HEX triplet: DB, BE and 7A. RGB value is (219,190,122). Sum of RGB (Red+Green+Blue) = 219+190+122=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE7A is #244185. Grayscale: #BFBFBF. Windows color (decimal): -2376070 or 8044251. OLE color: 8044251.

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

Color convert

RGB 219 190 122 -
CMYK 0 0.13 0.44 0.14
HSL 42.06º 0.57% 0.67% -
HSV(B) 42.06º 0.44% 0.86% -
XYZ 51.14 53.29 26 -
YUV 190.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 219 190 122 0 0.13 0.44 0.14 42.06 0.57 0.67
Hex DB BE 7A 0 D 2C E 2A 39 43
Octal 333 276 172 0 15 54 16 52 71 103
Binary 11011011 10111110 1111010 0 1101 101100 1110 101010 111001 1000011

Color Harmonies of #DBBE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE7A

Black with #DBBE7A

Text Example


Text Example

White with #DBBE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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