Html Css Color HEX #DAEB9A Reef

📋 copy color: '#DAEB9A'

red 218 ◦ green 235 ◦ blue 154

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

Shades of Reef #DAEB9A

Tints of Reef #DAEB9A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.71%

 BLUE value IS 154 (60.55% from 255) = 25.37%

R = 35.91%
G = 38.71%
B = 25.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#DAEB9A (or 0xDAEB9A) is known color: Reef. HEX triplet: DA, EB and 9A. RGB value is (218,235,154). Sum of RGB (Red+Green+Blue) = 218+235+154=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB9A is #251465. Grayscale: #DCDCDC. Windows color (decimal): -2430054 or 10152922. OLE color: 10152922.

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

Color convert

RGB 218 235 154 -
CMYK 0.07 0 0.34 0.08
HSL 72.59º 0.67% 0.76% -
HSV(B) 72.59º 0.34% 0.92% -
XYZ 64.45 76.66 41.97 -
YUV 220.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 218 235 154 0.07 0 0.34 0.08 72.59 0.67 0.76
Hex DA EB 9A 7 0 22 8 49 43 4C
Octal 332 353 232 7 0 42 10 111 103 114
Binary 11011010 11101011 10011010 111 0 100010 1000 1001001 1000011 1001100

Color Harmonies of #DAEB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB9A

Black with #DAEB9A

Text Example


Text Example

White with #DAEB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB9A; }

 p { color: rgb(218,235,154); }

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

background-color css

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

 a { background-color: rgb(218,235,154); }

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

border-color css

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

 span { border-color: rgb(218,235,154); }

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