Html Css Color HEX #D9DF84 Primrose

📋 copy color: '#D9DF84'

red 217 ◦ green 223 ◦ blue 132

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

Shades of Primrose #D9DF84

Tints of Primrose #D9DF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.08%

R = 37.94%
G = 38.99%
B = 23.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#D9DF84 (or 0xD9DF84) is known color: Primrose. HEX triplet: D9, DF and 84. RGB value is (217,223,132). Sum of RGB (Red+Green+Blue) = 217+223+132=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF84 is #26207B. Grayscale: #D3D3D3. Windows color (decimal): -2498684 or 8708057. OLE color: 8708057.

HSL color Cylindrical-coordinate representation of color #D9DF84: hue angle of 63.96º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9DF84 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 223 132 -
CMYK 0.03 0 0.41 0.13
HSL 63.96º 0.59% 0.7% -
HSV(B) 63.96º 0.41% 0.87% -
XYZ 59.17 69.19 32.07 -
YUV 210.83 83.51 132.4 -
System Red Green Blue C M Y K H S L
Decimal 217 223 132 0.03 0 0.41 0.13 63.96 0.59 0.7
Hex D9 DF 84 3 0 29 D 40 3B 46
Octal 331 337 204 3 0 51 15 100 73 106
Binary 11011001 11011111 10000100 11 0 101001 1101 1000000 111011 1000110

Color Harmonies of #D9DF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DF84

Black with #D9DF84

Text Example


Text Example

White with #D9DF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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