Html Css Color HEX #D9E08A Primrose

📋 copy color: '#D9E08A'

red 217 ◦ green 224 ◦ blue 138

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

Shades of Primrose #D9E08A

Tints of Primrose #D9E08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.83%

R = 37.48%
G = 38.69%
B = 23.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#D9E08A (or 0xD9E08A) is known color: Primrose. HEX triplet: D9, E0 and 8A. RGB value is (217,224,138). Sum of RGB (Red+Green+Blue) = 217+224+138=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E08A is #261F75. Grayscale: #D4D4D4. Windows color (decimal): -2498422 or 9101529. OLE color: 9101529.

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

Color convert

RGB 217 224 138 -
CMYK 0.03 0 0.38 0.12
HSL 64.88º 0.58% 0.71% -
HSV(B) 64.88º 0.38% 0.88% -
XYZ 59.86 69.9 34.38 -
YUV 212.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 217 224 138 0.03 0 0.38 0.12 64.88 0.58 0.71
Hex D9 E0 8A 3 0 26 C 41 3A 47
Octal 331 340 212 3 0 46 14 101 72 107
Binary 11011001 11100000 10001010 11 0 100110 1100 1000001 111010 1000111

Color Harmonies of #D9E08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E08A

Black with #D9E08A

Text Example


Text Example

White with #D9E08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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