Html Css Color HEX #DAE995 Reef

📋 copy color: '#DAE995'

red 218 ◦ green 233 ◦ blue 149

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

Shades of Reef #DAE995

Tints of Reef #DAE995

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.83%

 BLUE value IS 149 (58.59% from 255) = 24.83%

R = 36.33%
G = 38.83%
B = 24.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#DAE995 (or 0xDAE995) is known color: Reef. HEX triplet: DA, E9 and 95. RGB value is (218,233,149). Sum of RGB (Red+Green+Blue) = 218+233+149=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE995 is #25166A. Grayscale: #DBDBDB. Windows color (decimal): -2430571 or 9824730. OLE color: 9824730.

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

Color convert

RGB 218 233 149 -
CMYK 0.06 0 0.36 0.09
HSL 70.71º 0.66% 0.75% -
HSV(B) 70.71º 0.36% 0.91% -
XYZ 63.48 75.35 39.63 -
YUV 218.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 218 233 149 0.06 0 0.36 0.09 70.71 0.66 0.75
Hex DA E9 95 6 0 24 9 47 42 4B
Octal 332 351 225 6 0 44 11 107 102 113
Binary 11011010 11101001 10010101 110 0 100100 1001 1000111 1000010 1001011

Color Harmonies of #DAE995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE995

Black with #DAE995

Text Example


Text Example

White with #DAE995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE995; }

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

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

background-color css

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

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

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

border-color css

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

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

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