#D5D694

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

Shades of Primrose #D5D694

Tints of Primrose #D5D694

Color information

#D5D694 (or 0xD5D694) is unknown color: approx Primrose. HEX triplet: D5, D6 and 94. RGB value is (213,214,148). Sum of RGB (Red+Green+Blue) = 213+214+148=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D694 is #2A296B. Grayscale: #CECECE. Windows color (decimal): -2763116 or 9754325. OLE color: 9754325.

HSL color Cylindrical-coordinate representation of color #D5D694: hue angle of 60.91º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5D694 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213214148-
CMYK0.0000.310.16
HSL60.91º44.59%70.98%-
HSV(B)60.91º30.84%83.92%-
XYZ56.8364.3837.45-
YUV206.1895.17132.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=37.04%
G=37.22%
B=25.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132141480.0000.310.1660.9144.5970.98
HexD5D694001F103d2d47
Octal3253262240037207555107
Binary1101010111010110100101000011111100001111011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D694; }

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

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

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

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

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

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

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

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