Html Css Color HEX #D9DF8A Primrose

📋 copy color: '#D9DF8A'

red 217 ◦ green 223 ◦ blue 138

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

Shades of Primrose #D9DF8A

Tints of Primrose #D9DF8A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.58%

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

R = 37.54%
G = 38.58%
B = 23.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#D9DF8A (or 0xD9DF8A) is known color: Primrose. HEX triplet: D9, DF and 8A. RGB value is (217,223,138). Sum of RGB (Red+Green+Blue) = 217+223+138=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF8A is #262075. Grayscale: #D3D3D3. Windows color (decimal): -2498678 or 9101273. OLE color: 9101273.

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

Color convert

RGB 217 223 138 -
CMYK 0.03 0 0.38 0.13
HSL 64.24º 0.57% 0.71% -
HSV(B) 64.24º 0.38% 0.87% -
XYZ 59.59 69.36 34.29 -
YUV 211.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 217 223 138 0.03 0 0.38 0.13 64.24 0.57 0.71
Hex D9 DF 8A 3 0 26 D 40 39 47
Octal 331 337 212 3 0 46 15 100 71 107
Binary 11011001 11011111 10001010 11 0 100110 1101 1000000 111001 1000111

Color Harmonies of #D9DF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DF8A

Black with #D9DF8A

Text Example


Text Example

White with #D9DF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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