#DDDE92

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

Shades of Primrose #DDDE92

Tints of Primrose #DDDE92

Color information

#DDDE92 (or 0xDDDE92) is unknown color: approx Primrose. HEX triplet: DD, DE and 92. RGB value is (221,222,146). Sum of RGB (Red+Green+Blue) = 221+222+146=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE92 is #22216D. Grayscale: #D5D5D5. Windows color (decimal): -2236782 or 9625309. OLE color: 9625309.

HSL color Cylindrical-coordinate representation of color #DDDE92: hue angle of 60.79º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDDE92 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221222146-
CMYK0.0000.340.13
HSL60.79º53.52%72.16%-
HSV(B)60.79º34.23%87.06%-
XYZ61.1369.6937.42-
YUV213.0490.17133.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 146 (57.42% from 255) = 24.79%
R=37.52%
G=37.69%
B=24.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221460.0000.340.1360.7953.5272.16
HexDDDE920022D3d3648
Octal3353362220042157566110
Binary1101110111011110100100100010001011011111011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE92; }

 p { color: rgb(221,222,146); }

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

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

 a { background-color: rgb(221,222,146); }

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

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

 span { border-color: rgb(221,222,146); }

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