Html Css Color HEX #D4D999 Primrose

📋 copy color: '#D4D999'

red 212 ◦ green 217 ◦ blue 153

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

Shades of Primrose #D4D999

Tints of Primrose #D4D999

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.29%

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

R = 36.43%
G = 37.29%
B = 26.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D4D999 (or 0xD4D999) is known color: Primrose. HEX triplet: D4, D9 and 99. RGB value is (212,217,153). Sum of RGB (Red+Green+Blue) = 212+217+153=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D999 is #2B2666. Grayscale: #D0D0D0. Windows color (decimal): -2827879 or 10082772. OLE color: 10082772.

HSL color Cylindrical-coordinate representation of color #D4D999: hue angle of 64.69º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4D999 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 217 153 -
CMYK 0.02 0 0.29 0.15
HSL 64.69º 0.46% 0.73% -
HSV(B) 64.69º 0.29% 0.85% -
XYZ 57.71 65.92 39.82 -
YUV 208.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 212 217 153 0.02 0 0.29 0.15 64.69 0.46 0.73
Hex D4 D9 99 2 0 1D F 41 2E 49
Octal 324 331 231 2 0 35 17 101 56 111
Binary 11010100 11011001 10011001 10 0 11101 1111 1000001 101110 1001001

Color Harmonies of #D4D999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D999

Black with #D4D999

Text Example


Text Example

White with #D4D999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D999; }

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

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

background-color css

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

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

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

border-color css

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

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

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