Html Css Color HEX #DAE99B Reef

📋 copy color: '#DAE99B'

red 218 ◦ green 233 ◦ blue 155

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

Shades of Reef #DAE99B

Tints of Reef #DAE99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.58%

R = 35.97%
G = 38.45%
B = 25.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#DAE99B (or 0xDAE99B) is known color: Reef. HEX triplet: DA, E9 and 9B. RGB value is (218,233,155). Sum of RGB (Red+Green+Blue) = 218+233+155=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE99B is #251664. Grayscale: #DBDBDB. Windows color (decimal): -2430565 or 10217946. OLE color: 10217946.

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

Color convert

RGB 218 233 155 -
CMYK 0.06 0 0.33 0.09
HSL 71.54º 0.64% 0.76% -
HSV(B) 71.54º 0.33% 0.91% -
XYZ 63.97 75.55 42.22 -
YUV 219.62 91.53 126.84 -
System Red Green Blue C M Y K H S L
Decimal 218 233 155 0.06 0 0.33 0.09 71.54 0.64 0.76
Hex DA E9 9B 6 0 21 9 48 40 4C
Octal 332 351 233 6 0 41 11 110 100 114
Binary 11011010 11101001 10011011 110 0 100001 1001 1001000 1000000 1001100

Color Harmonies of #DAE99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE99B

Black with #DAE99B

Text Example


Text Example

White with #DAE99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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