Html Css Color HEX #D9DD84 Primrose

📋 copy color: '#D9DD84'

red 217 ◦ green 221 ◦ blue 132

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

Shades of Primrose #D9DD84

Tints of Primrose #D9DD84

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.77%

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

R = 38.07%
G = 38.77%
B = 23.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#D9DD84 (or 0xD9DD84) is known color: Primrose. HEX triplet: D9, DD and 84. RGB value is (217,221,132). Sum of RGB (Red+Green+Blue) = 217+221+132=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD84 is #26227B. Grayscale: #D2D2D2. Windows color (decimal): -2499196 or 8707545. OLE color: 8707545.

HSL color Cylindrical-coordinate representation of color #D9DD84: hue angle of 62.7º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9DD84 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 132 -
CMYK 0.02 0 0.40 0.13
HSL 62.7º 0.57% 0.69% -
HSV(B) 62.7º 0.4% 0.87% -
XYZ 58.64 68.13 31.89 -
YUV 209.66 84.17 133.24 -
System Red Green Blue C M Y K H S L
Decimal 217 221 132 0.02 0 0.40 0.13 62.7 0.57 0.69
Hex D9 DD 84 2 0 28 D 3F 39 45
Octal 331 335 204 2 0 50 15 77 71 105
Binary 11011001 11011101 10000100 10 0 101000 1101 111111 111001 1000101

Color Harmonies of #D9DD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD84

Black with #D9DD84

Text Example


Text Example

White with #D9DD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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