Html Css Color HEX #D5D994 Primrose

📋 copy color: '#D5D994'

red 213 ◦ green 217 ◦ blue 148

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

Shades of Primrose #D5D994

Tints of Primrose #D5D994

RGB

 RED value IS 213 (83.59% from 255) = 36.85%

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

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

R = 36.85%
G = 37.54%
B = 25.61%

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

#D5D994 (or 0xD5D994) is known color: Primrose. HEX triplet: D5, D9 and 94. RGB value is (213,217,148). Sum of RGB (Red+Green+Blue) = 213+217+148=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D994 is #2A266B. Grayscale: #D0D0D0. Windows color (decimal): -2762348 or 9755093. OLE color: 9755093.

HSL color Cylindrical-coordinate representation of color #D5D994: hue angle of 63.48º 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 #D5D994 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 148 -
CMYK 0.02 0 0.32 0.15
HSL 63.48º 0.48% 0.72% -
HSV(B) 63.48º 0.32% 0.85% -
XYZ 57.6 65.91 37.7 -
YUV 207.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 213 217 148 0.02 0 0.32 0.15 63.48 0.48 0.72
Hex D5 D9 94 2 0 20 F 3F 30 48
Octal 325 331 224 2 0 40 17 77 60 110
Binary 11010101 11011001 10010100 10 0 100000 1111 111111 110000 1001000

Color Harmonies of #D5D994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D994

Black with #D5D994

Text Example


Text Example

White with #D5D994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D994; }

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

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

background-color css

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

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

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

border-color css

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

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

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