#DAEA99

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

Shades of Reef #DAEA99

Tints of Reef #DAEA99

Color information

#DAEA99 (or 0xDAEA99) is unknown color: approx Reef. HEX triplet: DA, EA and 99. RGB value is (218,234,153). Sum of RGB (Red+Green+Blue) = 218+234+153=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA99 is #251566. Grayscale: #DCDCDC. Windows color (decimal): -2430311 or 10087130. OLE color: 10087130.

HSL color Cylindrical-coordinate representation of color #DAEA99: hue angle of 71.85º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAEA99 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB218234153-
CMYK0.0700.350.08
HSL71.85º65.85%75.88%-
HSV(B)71.85º34.62%91.76%-
XYZ64.0976.0541.44-
YUV219.9890.2126.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 234 (91.80% from 255) = 38.68%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=36.03%
G=38.68%
B=25.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341530.0700.350.0871.8565.8575.88
HexDAEA997023848424c
Octal332352231704310110102114
Binary11011010111010101001100111101000111000100100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA99; }

 p { color: rgb(218,234,153); }

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

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

 a { background-color: rgb(218,234,153); }

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

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

 span { border-color: rgb(218,234,153); }

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