Html Css Color HEX #D9E09A Primrose

📋 copy color: '#D9E09A'

red 217 ◦ green 224 ◦ blue 154

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

Shades of Primrose #D9E09A

Tints of Primrose #D9E09A

RGB

 RED value IS 217 (85.16% from 255) = 36.47%

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

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

R = 36.47%
G = 37.65%
B = 25.88%

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

#D9E09A (or 0xD9E09A) is known color: Primrose. HEX triplet: D9, E0 and 9A. RGB value is (217,224,154). Sum of RGB (Red+Green+Blue) = 217+224+154=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E09A is #261F65. Grayscale: #D6D6D6. Windows color (decimal): -2498406 or 10150105. OLE color: 10150105.

HSL color Cylindrical-coordinate representation of color #D9E09A: hue angle of 66º 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 #D9E09A is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 224 154 -
CMYK 0.03 0 0.31 0.12
HSL 66º 0.53% 0.74% -
HSV(B) 66º 0.31% 0.88% -
XYZ 61.1 70.4 40.94 -
YUV 213.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 217 224 154 0.03 0 0.31 0.12 66 0.53 0.74
Hex D9 E0 9A 3 0 1F C 42 35 4A
Octal 331 340 232 3 0 37 14 102 65 112
Binary 11011001 11100000 10011010 11 0 11111 1100 1000010 110101 1001010

Color Harmonies of #D9E09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E09A

Black with #D9E09A

Text Example


Text Example

White with #D9E09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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