Html Css Color HEX #D4D997 Primrose

📋 copy color: '#D4D997'

red 212 ◦ green 217 ◦ blue 151

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

Shades of Primrose #D4D997

Tints of Primrose #D4D997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.03%

R = 36.55%
G = 37.41%
B = 26.03%

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

#D4D997 (or 0xD4D997) is known color: Primrose. HEX triplet: D4, D9 and 97. RGB value is (212,217,151). Sum of RGB (Red+Green+Blue) = 212+217+151=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D997 is #2B2668. Grayscale: #D0D0D0. Windows color (decimal): -2827881 or 9951700. OLE color: 9951700.

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

Color convert

RGB 212 217 151 -
CMYK 0.02 0 0.30 0.15
HSL 64.55º 0.46% 0.72% -
HSV(B) 64.55º 0.3% 0.85% -
XYZ 57.55 65.86 38.96 -
YUV 207.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 212 217 151 0.02 0 0.30 0.15 64.55 0.46 0.72
Hex D4 D9 97 2 0 1E F 41 2E 48
Octal 324 331 227 2 0 36 17 101 56 110
Binary 11010100 11011001 10010111 10 0 11110 1111 1000001 101110 1001000

Color Harmonies of #D4D997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D997

Black with #D4D997

Text Example


Text Example

White with #D4D997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D997; }

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

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

background-color css

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

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

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

border-color css

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

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

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