Html Css Color HEX #DAEA92 Reef

📋 copy color: '#DAEA92'

red 218 ◦ green 234 ◦ blue 146

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

Shades of Reef #DAEA92

Tints of Reef #DAEA92

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.13%

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

R = 36.45%
G = 39.13%
B = 24.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#DAEA92 (or 0xDAEA92) is known color: Reef. HEX triplet: DA, EA and 92. RGB value is (218,234,146). Sum of RGB (Red+Green+Blue) = 218+234+146=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA92 is #25156D. Grayscale: #DBDBDB. Windows color (decimal): -2430318 or 9628378. OLE color: 9628378.

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

Color convert

RGB 218 234 146 -
CMYK 0.07 0 0.38 0.08
HSL 70.91º 0.68% 0.75% -
HSV(B) 70.91º 0.38% 0.92% -
XYZ 63.52 75.83 38.48 -
YUV 219.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 218 234 146 0.07 0 0.38 0.08 70.91 0.68 0.75
Hex DA EA 92 7 0 26 8 47 44 4B
Octal 332 352 222 7 0 46 10 107 104 113
Binary 11011010 11101010 10010010 111 0 100110 1000 1000111 1000100 1001011

Color Harmonies of #DAEA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA92

Black with #DAEA92

Text Example


Text Example

White with #DAEA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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