Html Css Color HEX #DABB83 Straw

📋 copy color: '#DABB83'

red 218 ◦ green 187 ◦ blue 131

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

Shades of Straw #DABB83

Tints of Straw #DABB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.44%

R = 40.67%
G = 34.89%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DABB83 (or 0xDABB83) is known color: Straw. HEX triplet: DA, BB and 83. RGB value is (218,187,131). Sum of RGB (Red+Green+Blue) = 218+187+131=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB83 is #25447C. Grayscale: #BEBEBE. Windows color (decimal): -2442365 or 8633306. OLE color: 8633306.

HSL color Cylindrical-coordinate representation of color #DABB83: hue angle of 38.62º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DABB83 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 187 131 -
CMYK 0 0.14 0.40 0.15
HSL 38.62º 0.54% 0.68% -
HSV(B) 38.62º 0.4% 0.85% -
XYZ 50.78 52.08 28.85 -
YUV 189.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 218 187 131 0 0.14 0.40 0.15 38.62 0.54 0.68
Hex DA BB 83 0 E 28 F 27 36 44
Octal 332 273 203 0 16 50 17 47 66 104
Binary 11011010 10111011 10000011 0 1110 101000 1111 100111 110110 1000100

Color Harmonies of #DABB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB83

Black with #DABB83

Text Example


Text Example

White with #DABB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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