Html Css Color HEX #DAE993 Reef

📋 copy color: '#DAE993'

red 218 ◦ green 233 ◦ blue 147

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

Shades of Reef #DAE993

Tints of Reef #DAE993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.58%

R = 36.45%
G = 38.96%
B = 24.58%

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

#DAE993 (or 0xDAE993) is known color: Reef. HEX triplet: DA, E9 and 93. RGB value is (218,233,147). Sum of RGB (Red+Green+Blue) = 218+233+147=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE993 is #25166C. Grayscale: #DBDBDB. Windows color (decimal): -2430573 or 9693658. OLE color: 9693658.

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

Color convert

RGB 218 233 147 -
CMYK 0.06 0 0.37 0.09
HSL 70.47º 0.66% 0.75% -
HSV(B) 70.47º 0.37% 0.91% -
XYZ 63.32 75.29 38.8 -
YUV 218.71 87.53 127.49 -
System Red Green Blue C M Y K H S L
Decimal 218 233 147 0.06 0 0.37 0.09 70.47 0.66 0.75
Hex DA E9 93 6 0 25 9 46 42 4B
Octal 332 351 223 6 0 45 11 106 102 113
Binary 11011010 11101001 10010011 110 0 100101 1001 1000110 1000010 1001011

Color Harmonies of #DAE993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE993

Black with #DAE993

Text Example


Text Example

White with #DAE993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE993; }

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

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

background-color css

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

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

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

border-color css

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

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

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