Html Css Color HEX #D4DD99 Primrose

📋 copy color: '#D4DD99'

red 212 ◦ green 221 ◦ blue 153

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

Shades of Primrose #D4DD99

Tints of Primrose #D4DD99

RGB

 RED value IS 212 (83.2% from 255) = 36.18%

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

 BLUE value IS 153 (60.16% from 255) = 26.11%

R = 36.18%
G = 37.71%
B = 26.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#D4DD99 (or 0xD4DD99) is known color: Primrose. HEX triplet: D4, DD and 99. RGB value is (212,221,153). Sum of RGB (Red+Green+Blue) = 212+221+153=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD99 is #2B2266. Grayscale: #D2D2D2. Windows color (decimal): -2826855 or 10083796. OLE color: 10083796.

HSL color Cylindrical-coordinate representation of color #D4DD99: hue angle of 67.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4DD99 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 153 -
CMYK 0.04 0 0.31 0.13
HSL 67.94º 0.5% 0.73% -
HSV(B) 67.94º 0.31% 0.87% -
XYZ 58.76 68.01 40.17 -
YUV 210.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 212 221 153 0.04 0 0.31 0.13 67.94 0.5 0.73
Hex D4 DD 99 4 0 1F D 44 32 49
Octal 324 335 231 4 0 37 15 104 62 111
Binary 11010100 11011101 10011001 100 0 11111 1101 1000100 110010 1001001

Color Harmonies of #D4DD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD99

Black with #D4DD99

Text Example


Text Example

White with #D4DD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD99; }

 p { color: rgb(212,221,153); }

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

background-color css

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

 a { background-color: rgb(212,221,153); }

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

border-color css

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

 span { border-color: rgb(212,221,153); }

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