Html Css Color HEX #DAE795 Reef

📋 copy color: '#DAE795'

red 218 ◦ green 231 ◦ blue 149

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

Shades of Reef #DAE795

Tints of Reef #DAE795

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.63%

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

R = 36.45%
G = 38.63%
B = 24.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#DAE795 (or 0xDAE795) is known color: Reef. HEX triplet: DA, E7 and 95. RGB value is (218,231,149). Sum of RGB (Red+Green+Blue) = 218+231+149=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE795 is #25186A. Grayscale: #DADADA. Windows color (decimal): -2431083 or 9824218. OLE color: 9824218.

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

Color convert

RGB 218 231 149 -
CMYK 0.06 0 0.35 0.09
HSL 69.51º 0.63% 0.75% -
HSV(B) 69.51º 0.35% 0.91% -
XYZ 62.91 74.23 39.45 -
YUV 217.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 218 231 149 0.06 0 0.35 0.09 69.51 0.63 0.75
Hex DA E7 95 6 0 23 9 46 3F 4B
Octal 332 347 225 6 0 43 11 106 77 113
Binary 11011010 11100111 10010101 110 0 100011 1001 1000110 111111 1001011

Color Harmonies of #DAE795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE795

Black with #DAE795

Text Example


Text Example

White with #DAE795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE795; }

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

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

background-color css

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

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

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

border-color css

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

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

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