Html Css Color HEX #D5D998 Primrose

📋 copy color: '#D5D998'

red 213 ◦ green 217 ◦ blue 152

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

Shades of Primrose #D5D998

Tints of Primrose #D5D998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.12%

R = 36.6%
G = 37.29%
B = 26.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D5D998 (or 0xD5D998) is known color: Primrose. HEX triplet: D5, D9 and 98. RGB value is (213,217,152). Sum of RGB (Red+Green+Blue) = 213+217+152=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D998 is #2A2667. Grayscale: #D0D0D0. Windows color (decimal): -2762344 or 10017237. OLE color: 10017237.

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

Color convert

RGB 213 217 152 -
CMYK 0.02 0 0.30 0.15
HSL 63.69º 0.46% 0.72% -
HSV(B) 63.69º 0.3% 0.85% -
XYZ 57.92 66.04 39.4 -
YUV 208.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 213 217 152 0.02 0 0.30 0.15 63.69 0.46 0.72
Hex D5 D9 98 2 0 1E F 40 2E 48
Octal 325 331 230 2 0 36 17 100 56 110
Binary 11010101 11011001 10011000 10 0 11110 1111 1000000 101110 1001000

Color Harmonies of #D5D998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D998

Black with #D5D998

Text Example


Text Example

White with #D5D998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D998; }

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

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

background-color css

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

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

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

border-color css

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

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

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