Html Css Color HEX #DAE29A Primrose

📋 copy color: '#DAE29A'

red 218 ◦ green 226 ◦ blue 154

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

Shades of Primrose #DAE29A

Tints of Primrose #DAE29A

RGB

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

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

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

R = 36.45%
G = 37.79%
B = 25.75%

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

#DAE29A (or 0xDAE29A) is known color: Primrose. HEX triplet: DA, E2 and 9A. RGB value is (218,226,154). Sum of RGB (Red+Green+Blue) = 218+226+154=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE29A is #251D65. Grayscale: #D7D7D7. Windows color (decimal): -2432358 or 10150618. OLE color: 10150618.

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

Color convert

RGB 218 226 154 -
CMYK 0.04 0 0.32 0.11
HSL 66.67º 0.55% 0.75% -
HSV(B) 66.67º 0.32% 0.89% -
XYZ 61.94 71.63 41.13 -
YUV 215.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 218 226 154 0.04 0 0.32 0.11 66.67 0.55 0.75
Hex DA E2 9A 4 0 20 B 43 37 4B
Octal 332 342 232 4 0 40 13 103 67 113
Binary 11011010 11100010 10011010 100 0 100000 1011 1000011 110111 1001011

Color Harmonies of #DAE29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE29A

Black with #DAE29A

Text Example


Text Example

White with #DAE29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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