#DAE99D

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

Shades of Reef #DAE99D

Tints of Reef #DAE99D

Color information

#DAE99D (or 0xDAE99D) is unknown color: approx Reef. HEX triplet: DA, E9 and 9D. RGB value is (218,233,157). Sum of RGB (Red+Green+Blue) = 218+233+157=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE99D is #251662. Grayscale: #DCDCDC. Windows color (decimal): -2430563 or 10349018. OLE color: 10349018.

HSL color Cylindrical-coordinate representation of color #DAE99D: hue angle of 71.84º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE99D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB218233157-
CMYK0.0600.330.09
HSL71.84º63.33%76.47%-
HSV(B)71.84º32.62%91.37%-
XYZ64.1475.6243.11-
YUV219.8592.53126.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 233 (91.41% from 255) = 38.32%
BLUE value IS 157 (61.72% from 255) = 25.82%
R=35.86%
G=38.32%
B=25.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331570.0600.330.0971.8463.3376.47
HexDAE99D60219483f4c
Octal33235123560411111077114
Binary1101101011101001100111011100100001100110010001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE99D; }

 p { color: rgb(218,233,157); }

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

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

 a { background-color: rgb(218,233,157); }

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

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

 span { border-color: rgb(218,233,157); }

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