#DAD27E

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

Shades of Sandwisp #DAD27E

Tints of Sandwisp #DAD27E

Color information

#DAD27E (or 0xDAD27E) is unknown color: approx Sandwisp. HEX triplet: DA, D2 and 7E. RGB value is (218,210,126). Sum of RGB (Red+Green+Blue) = 218+210+126=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD27E is #252D81. Grayscale: #CBCBCB. Windows color (decimal): -2436482 or 8311514. OLE color: 8311514.

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

Color convert

RGB218210126-
CMYK00.040.420.15
HSL54.78º55.42%67.45%-
HSV(B)54.78º42.2%85.49%-
XYZ55.7362.528.87-
YUV202.8284.65138.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 210 (82.42% from 255) = 37.91%
BLUE value IS 126 (49.61% from 255) = 22.74%
R=39.35%
G=37.91%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821012600.040.420.1554.7855.4267.45
HexDAD27E042AF373743
Octal3323221760452176767103
Binary11011010110100101111110010010101011111101111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD27E; }

 p { color: rgb(218,210,126); }

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

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

 a { background-color: rgb(218,210,126); }

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

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

 span { border-color: rgb(218,210,126); }

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