Html Css Color HEX #D4D594 Primrose

📋 copy color: '#D4D594'

red 212 ◦ green 213 ◦ blue 148

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

Shades of Primrose #D4D594

Tints of Primrose #D4D594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.17%

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

R = 37%
G = 37.17%
B = 25.83%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D4D594 (or 0xD4D594) is known color: Primrose. HEX triplet: D4, D5 and 94. RGB value is (212,213,148). Sum of RGB (Red+Green+Blue) = 212+213+148=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D594 is #2B2A6B. Grayscale: #CDCDCD. Windows color (decimal): -2828908 or 9754068. OLE color: 9754068.

HSL color Cylindrical-coordinate representation of color #D4D594: hue angle of 60.92º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4D594 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 213 148 -
CMYK 0.00 0 0.31 0.16
HSL 60.92º 0.44% 0.71% -
HSV(B) 60.92º 0.31% 0.84% -
XYZ 56.29 63.72 37.35 -
YUV 205.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 212 213 148 0.00 0 0.31 0.16 60.92 0.44 0.71
Hex D4 D5 94 0 0 1F 10 3D 2C 47
Octal 324 325 224 0 0 37 20 75 54 107
Binary 11010100 11010101 10010100 0 0 11111 10000 111101 101100 1000111

Color Harmonies of #D4D594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D594

Black with #D4D594

Text Example


Text Example

White with #D4D594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D594; }

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

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

background-color css

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

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

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

border-color css

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

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

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