Html Css Color HEX #D4D796 Primrose

📋 copy color: '#D4D796'

red 212 ◦ green 215 ◦ blue 150

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

Shades of Primrose #D4D796

Tints of Primrose #D4D796

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.26%

 BLUE value IS 150 (58.98% from 255) = 26%

R = 36.74%
G = 37.26%
B = 26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D4D796 (or 0xD4D796) is known color: Primrose. HEX triplet: D4, D7 and 96. RGB value is (212,215,150). Sum of RGB (Red+Green+Blue) = 212+215+150=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D796 is #2B2869. Grayscale: #CECECE. Windows color (decimal): -2828394 or 9885652. OLE color: 9885652.

HSL color Cylindrical-coordinate representation of color #D4D796: hue angle of 62.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4D796 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 215 150 -
CMYK 0.01 0 0.30 0.16
HSL 62.77º 0.45% 0.72% -
HSV(B) 62.77º 0.3% 0.84% -
XYZ 56.96 64.8 38.36 -
YUV 206.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 212 215 150 0.01 0 0.30 0.16 62.77 0.45 0.72
Hex D4 D7 96 1 0 1E 10 3F 2D 48
Octal 324 327 226 1 0 36 20 77 55 110
Binary 11010100 11010111 10010110 1 0 11110 10000 111111 101101 1001000

Color Harmonies of #D4D796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D796

Black with #D4D796

Text Example


Text Example

White with #D4D796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D796; }

 p { color: rgb(212,215,150); }

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

background-color css

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

 a { background-color: rgb(212,215,150); }

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

border-color css

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

 span { border-color: rgb(212,215,150); }

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