Html Css Color HEX #DAE992 Reef

📋 copy color: '#DAE992'

red 218 ◦ green 233 ◦ blue 146

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

Shades of Reef #DAE992

Tints of Reef #DAE992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.46%

R = 36.52%
G = 39.03%
B = 24.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#DAE992 (or 0xDAE992) is known color: Reef. HEX triplet: DA, E9 and 92. RGB value is (218,233,146). Sum of RGB (Red+Green+Blue) = 218+233+146=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE992 is #25166D. Grayscale: #DADADA. Windows color (decimal): -2430574 or 9628122. OLE color: 9628122.

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

Color convert

RGB 218 233 146 -
CMYK 0.06 0 0.37 0.09
HSL 70.34º 0.66% 0.74% -
HSV(B) 70.34º 0.37% 0.91% -
XYZ 63.24 75.26 38.39 -
YUV 218.6 87.03 127.57 -
System Red Green Blue C M Y K H S L
Decimal 218 233 146 0.06 0 0.37 0.09 70.34 0.66 0.74
Hex DA E9 92 6 0 25 9 46 42 4A
Octal 332 351 222 6 0 45 11 106 102 112
Binary 11011010 11101001 10010010 110 0 100101 1001 1000110 1000010 1001010

Color Harmonies of #DAE992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE992

Black with #DAE992

Text Example


Text Example

White with #DAE992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE992; }

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

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

background-color css

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

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

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

border-color css

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

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

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