Html Css Color HEX #DABD88 Straw

📋 copy color: '#DABD88'

red 218 ◦ green 189 ◦ blue 136

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

Shades of Straw #DABD88

Tints of Straw #DABD88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.05%

R = 40.15%
G = 34.81%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DABD88 (or 0xDABD88) is known color: Straw. HEX triplet: DA, BD and 88. RGB value is (218,189,136). Sum of RGB (Red+Green+Blue) = 218+189+136=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD88 is #254277. Grayscale: #BFBFBF. Windows color (decimal): -2441848 or 8961498. OLE color: 8961498.

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

Color convert

RGB 218 189 136 -
CMYK 0 0.13 0.38 0.15
HSL 38.78º 0.53% 0.69% -
HSV(B) 38.78º 0.38% 0.85% -
XYZ 51.55 53.08 30.82 -
YUV 191.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 218 189 136 0 0.13 0.38 0.15 38.78 0.53 0.69
Hex DA BD 88 0 D 26 F 27 35 45
Octal 332 275 210 0 15 46 17 47 65 105
Binary 11011010 10111101 10001000 0 1101 100110 1111 100111 110101 1000101

Color Harmonies of #DABD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD88

Black with #DABD88

Text Example


Text Example

White with #DABD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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