Html Css Color HEX #DABD89 Straw

📋 copy color: '#DABD89'

red 218 ◦ green 189 ◦ blue 137

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

Shades of Straw #DABD89

Tints of Straw #DABD89

RGB

 RED value IS 218 (85.55% from 255) = 40.07%

 GREEN value IS 189 (74.22% from 255) = 34.74%

 BLUE value IS 137 (53.91% from 255) = 25.18%

R = 40.07%
G = 34.74%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DABD89 (or 0xDABD89) is known color: Straw. HEX triplet: DA, BD and 89. RGB value is (218,189,137). Sum of RGB (Red+Green+Blue) = 218+189+137=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD89 is #254276. Grayscale: #BFBFBF. Windows color (decimal): -2441847 or 9027034. OLE color: 9027034.

HSL color Cylindrical-coordinate representation of color #DABD89: hue angle of 38.52º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DABD89 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 189 137 -
CMYK 0 0.13 0.37 0.15
HSL 38.52º 0.52% 0.7% -
HSV(B) 38.52º 0.37% 0.85% -
XYZ 51.63 53.11 31.2 -
YUV 191.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 218 189 137 0 0.13 0.37 0.15 38.52 0.52 0.7
Hex DA BD 89 0 D 25 F 27 34 46
Octal 332 275 211 0 15 45 17 47 64 106
Binary 11011010 10111101 10001001 0 1101 100101 1111 100111 110100 1000110

Color Harmonies of #DABD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD89

Black with #DABD89

Text Example


Text Example

White with #DABD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD89; }

 p { color: rgb(218,189,137); }

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

background-color css

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

 a { background-color: rgb(218,189,137); }

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

border-color css

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

 span { border-color: rgb(218,189,137); }

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