Html Css Color HEX #DAE299 Primrose

📋 copy color: '#DAE299'

red 218 ◦ green 226 ◦ blue 153

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

Shades of Primrose #DAE299

Tints of Primrose #DAE299

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.86%

 BLUE value IS 153 (60.16% from 255) = 25.63%

R = 36.52%
G = 37.86%
B = 25.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#DAE299 (or 0xDAE299) is known color: Primrose. HEX triplet: DA, E2 and 99. RGB value is (218,226,153). Sum of RGB (Red+Green+Blue) = 218+226+153=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE299 is #251D66. Grayscale: #D7D7D7. Windows color (decimal): -2432359 or 10085082. OLE color: 10085082.

HSL color Cylindrical-coordinate representation of color #DAE299: hue angle of 66.58º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAE299 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 153 -
CMYK 0.04 0 0.32 0.11
HSL 66.58º 0.56% 0.74% -
HSV(B) 66.58º 0.32% 0.89% -
XYZ 61.86 71.6 40.7 -
YUV 215.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 218 226 153 0.04 0 0.32 0.11 66.58 0.56 0.74
Hex DA E2 99 4 0 20 B 43 38 4A
Octal 332 342 231 4 0 40 13 103 70 112
Binary 11011010 11100010 10011001 100 0 100000 1011 1000011 111000 1001010

Color Harmonies of #DAE299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE299

Black with #DAE299

Text Example


Text Example

White with #DAE299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE299; }

 p { color: rgb(218,226,153); }

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

background-color css

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

 a { background-color: rgb(218,226,153); }

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

border-color css

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

 span { border-color: rgb(218,226,153); }

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