#D4D99B

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

Shades of Primrose #D4D99B

Tints of Primrose #D4D99B

Color information

#D4D99B (or 0xD4D99B) is unknown color: approx Primrose. HEX triplet: D4, D9 and 9B. RGB value is (212,217,155). Sum of RGB (Red+Green+Blue) = 212+217+155=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D99B is #2B2664. Grayscale: #D0D0D0. Windows color (decimal): -2827877 or 10213844. OLE color: 10213844.

HSL color Cylindrical-coordinate representation of color #D4D99B: hue angle of 64.84º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4D99B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB212217155-
CMYK0.0200.290.15
HSL64.84º44.93%72.94%-
HSV(B)64.84º28.57%85.1%-
XYZ57.8865.9940.7-
YUV208.4497.84130.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 217 (85.16% from 255) = 37.16%
BLUE value IS 155 (60.94% from 255) = 26.54%
R=36.30%
G=37.16%
B=26.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122171550.0200.290.1564.8444.9372.94
HexD4D99B201DF412d49
Octal32433123320351710155111
Binary11010100110110011001101110011101111110000011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D99B; }

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

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

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

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

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

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

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

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