Html Css Color HEX #DABB85 Straw

📋 copy color: '#DABB85'

red 218 ◦ green 187 ◦ blue 133

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

Shades of Straw #DABB85

Tints of Straw #DABB85

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.76%

 BLUE value IS 133 (52.34% from 255) = 24.72%

R = 40.52%
G = 34.76%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DABB85 (or 0xDABB85) is known color: Straw. HEX triplet: DA, BB and 85. RGB value is (218,187,133). Sum of RGB (Red+Green+Blue) = 218+187+133=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB85 is #25447A. Grayscale: #BEBEBE. Windows color (decimal): -2442363 or 8764378. OLE color: 8764378.

HSL color Cylindrical-coordinate representation of color #DABB85: hue angle of 38.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DABB85 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 187 133 -
CMYK 0 0.14 0.39 0.15
HSL 38.12º 0.53% 0.69% -
HSV(B) 38.12º 0.39% 0.85% -
XYZ 50.92 52.14 29.57 -
YUV 190.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 218 187 133 0 0.14 0.39 0.15 38.12 0.53 0.69
Hex DA BB 85 0 E 27 F 26 35 45
Octal 332 273 205 0 16 47 17 46 65 105
Binary 11011010 10111011 10000101 0 1110 100111 1111 100110 110101 1000101

Color Harmonies of #DABB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB85

Black with #DABB85

Text Example


Text Example

White with #DABB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB85; }

 p { color: rgb(218,187,133); }

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

background-color css

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

 a { background-color: rgb(218,187,133); }

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

border-color css

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

 span { border-color: rgb(218,187,133); }

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