#D4D695

Color #D4D695 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #D4D695

Tints of Primrose #D4D695

Color information

#D4D695 (or 0xD4D695) is unknown color: approx Primrose. HEX triplet: D4, D6 and 95. RGB value is (212,214,149). Sum of RGB (Red+Green+Blue) = 212+214+149=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D695 is #2B296A. Grayscale: #CECECE. Windows color (decimal): -2828651 or 9819860. OLE color: 9819860.

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

Color convert

RGB212214149-
CMYK0.0100.300.16
HSL61.85º44.22%71.18%-
HSV(B)61.85º30.37%83.92%-
XYZ56.6264.2637.85-
YUV205.9995.84132.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.87%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=36.87%
G=37.22%
B=25.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141490.0100.300.1661.8544.2271.18
HexD4D695101E103e2c47
Octal3243262251036207654107
Binary1101010011010110100101011011110100001111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D695; }

 p { color: rgb(212,214,149); }

 H1.HeaderClassName
 {
   color: #D4D695;
 }
 .AnyTagClassName
 {
   color: #D4D695;
 }
</style>
background-color css

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

 a { background-color: rgb(212,214,149); }

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

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

 span { border-color: rgb(212,214,149); }

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