Html Css Color HEX #D9DE8A Primrose

📋 copy color: '#D9DE8A'

red 217 ◦ green 222 ◦ blue 138

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

Shades of Primrose #D9DE8A

Tints of Primrose #D9DE8A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.47%

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

R = 37.61%
G = 38.47%
B = 23.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#D9DE8A (or 0xD9DE8A) is known color: Primrose. HEX triplet: D9, DE and 8A. RGB value is (217,222,138). Sum of RGB (Red+Green+Blue) = 217+222+138=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DE8A is #262175. Grayscale: #D3D3D3. Windows color (decimal): -2498934 or 9101017. OLE color: 9101017.

HSL color Cylindrical-coordinate representation of color #D9DE8A: hue angle of 63.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9DE8A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 222 138 -
CMYK 0.02 0 0.38 0.13
HSL 63.57º 0.56% 0.71% -
HSV(B) 63.57º 0.38% 0.87% -
XYZ 59.32 68.83 34.2 -
YUV 210.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 217 222 138 0.02 0 0.38 0.13 63.57 0.56 0.71
Hex D9 DE 8A 2 0 26 D 40 38 47
Octal 331 336 212 2 0 46 15 100 70 107
Binary 11011001 11011110 10001010 10 0 100110 1101 1000000 111000 1000111

Color Harmonies of #D9DE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DE8A

Black with #D9DE8A

Text Example


Text Example

White with #D9DE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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