Html Css Color HEX #DAE09A Primrose

📋 copy color: '#DAE09A'

red 218 ◦ green 224 ◦ blue 154

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

Shades of Primrose #DAE09A

Tints of Primrose #DAE09A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.58%

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

R = 36.58%
G = 37.58%
B = 25.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#DAE09A (or 0xDAE09A) is known color: Primrose. HEX triplet: DA, E0 and 9A. RGB value is (218,224,154). Sum of RGB (Red+Green+Blue) = 218+224+154=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE09A is #251F65. Grayscale: #D6D6D6. Windows color (decimal): -2432870 or 10150106. OLE color: 10150106.

HSL color Cylindrical-coordinate representation of color #DAE09A: hue angle of 65.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE09A is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 154 -
CMYK 0.03 0 0.31 0.12
HSL 65.14º 0.53% 0.74% -
HSV(B) 65.14º 0.31% 0.88% -
XYZ 61.4 70.55 40.95 -
YUV 214.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 218 224 154 0.03 0 0.31 0.12 65.14 0.53 0.74
Hex DA E0 9A 3 0 1F C 41 35 4A
Octal 332 340 232 3 0 37 14 101 65 112
Binary 11011010 11100000 10011010 11 0 11111 1100 1000001 110101 1001010

Color Harmonies of #DAE09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE09A

Black with #DAE09A

Text Example


Text Example

White with #DAE09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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