#DAD08B

Color #DAD08B Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #DAD08B

Tints of Sandwisp #DAD08B

Color information

#DAD08B (or 0xDAD08B) is unknown color: approx Sandwisp. HEX triplet: DA, D0 and 8B. RGB value is (218,208,139). Sum of RGB (Red+Green+Blue) = 218+208+139=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD08B is #252F74. Grayscale: #CBCBCB. Windows color (decimal): -2436981 or 9162970. OLE color: 9162970.

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

Color convert

RGB218208139-
CMYK00.050.360.15
HSL52.41º51.63%70%-
HSV(B)52.41º36.24%85.49%-
XYZ56.1361.8833.41-
YUV203.1291.81138.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 208 (81.64% from 255) = 36.81%
BLUE value IS 139 (54.69% from 255) = 24.60%
R=38.58%
G=36.81%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820813900.050.360.1552.4151.6370
HexDAD08B0524F343446
Octal3323202130544176464106
Binary110110101101000010001011010110010011111101001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD08B; }

 p { color: rgb(218,208,139); }

 H1.HeaderClassName
 {
   color: #DAD08B;
 }
 .AnyTagClassName
 {
   color: #DAD08B;
 }
</style>
background-color css

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

 a { background-color: rgb(218,208,139); }

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

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

 span { border-color: rgb(218,208,139); }

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