Html Css Color HEX #DABD80 Straw

📋 copy color: '#DABD80'

red 218 ◦ green 189 ◦ blue 128

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

Shades of Straw #DABD80

Tints of Straw #DABD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.93%

R = 40.75%
G = 35.33%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DABD80 (or 0xDABD80) is known color: Straw. HEX triplet: DA, BD and 80. RGB value is (218,189,128). Sum of RGB (Red+Green+Blue) = 218+189+128=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD80 is #25427F. Grayscale: #BEBEBE. Windows color (decimal): -2441856 or 8437210. OLE color: 8437210.

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

Color convert

RGB 218 189 128 -
CMYK 0 0.13 0.41 0.15
HSL 40.67º 0.55% 0.68% -
HSV(B) 40.67º 0.41% 0.85% -
XYZ 51.01 52.86 27.94 -
YUV 190.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 218 189 128 0 0.13 0.41 0.15 40.67 0.55 0.68
Hex DA BD 80 0 D 29 F 29 37 44
Octal 332 275 200 0 15 51 17 51 67 104
Binary 11011010 10111101 10000000 0 1101 101001 1111 101001 110111 1000100

Color Harmonies of #DABD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD80

Black with #DABD80

Text Example


Text Example

White with #DABD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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