Html Css Color HEX #D9E08B Primrose

📋 copy color: '#D9E08B'

red 217 ◦ green 224 ◦ blue 139

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

Shades of Primrose #D9E08B

Tints of Primrose #D9E08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.97%

R = 37.41%
G = 38.62%
B = 23.97%

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

#D9E08B (or 0xD9E08B) is known color: Primrose. HEX triplet: D9, E0 and 8B. RGB value is (217,224,139). Sum of RGB (Red+Green+Blue) = 217+224+139=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E08B is #261F74. Grayscale: #D4D4D4. Windows color (decimal): -2498421 or 9167065. OLE color: 9167065.

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

Color convert

RGB 217 224 139 -
CMYK 0.03 0 0.38 0.12
HSL 64.94º 0.58% 0.71% -
HSV(B) 64.94º 0.38% 0.88% -
XYZ 59.93 69.93 34.76 -
YUV 212.22 86.68 131.41 -
System Red Green Blue C M Y K H S L
Decimal 217 224 139 0.03 0 0.38 0.12 64.94 0.58 0.71
Hex D9 E0 8B 3 0 26 C 41 3A 47
Octal 331 340 213 3 0 46 14 101 72 107
Binary 11011001 11100000 10001011 11 0 100110 1100 1000001 111010 1000111

Color Harmonies of #D9E08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E08B

Black with #D9E08B

Text Example


Text Example

White with #D9E08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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