Html Css Color HEX #D4D994 Primrose

📋 copy color: '#D4D994'

red 212 ◦ green 217 ◦ blue 148

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

Shades of Primrose #D4D994

Tints of Primrose #D4D994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.65%

R = 36.74%
G = 37.61%
B = 25.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D4D994 (or 0xD4D994) is known color: Primrose. HEX triplet: D4, D9 and 94. RGB value is (212,217,148). Sum of RGB (Red+Green+Blue) = 212+217+148=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D994 is #2B266B. Grayscale: #CFCFCF. Windows color (decimal): -2827884 or 9755092. OLE color: 9755092.

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

Color convert

RGB 212 217 148 -
CMYK 0.02 0 0.32 0.15
HSL 64.35º 0.48% 0.72% -
HSV(B) 64.35º 0.32% 0.85% -
XYZ 57.31 65.76 37.69 -
YUV 207.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 212 217 148 0.02 0 0.32 0.15 64.35 0.48 0.72
Hex D4 D9 94 2 0 20 F 40 30 48
Octal 324 331 224 2 0 40 17 100 60 110
Binary 11010100 11011001 10010100 10 0 100000 1111 1000000 110000 1001000

Color Harmonies of #D4D994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D994

Black with #D4D994

Text Example


Text Example

White with #D4D994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D994; }

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

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

background-color css

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

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

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

border-color css

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

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

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