#DDDF92

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

Shades of Primrose #DDDF92

Tints of Primrose #DDDF92

Color information

#DDDF92 (or 0xDDDF92) is unknown color: approx Primrose. HEX triplet: DD, DF and 92. RGB value is (221,223,146). Sum of RGB (Red+Green+Blue) = 221+223+146=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF92 is #22206D. Grayscale: #D5D5D5. Windows color (decimal): -2236526 or 9625565. OLE color: 9625565.

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

Color convert

RGB221223146-
CMYK0.0100.350.13
HSL61.56º54.61%72.35%-
HSV(B)61.56º34.53%87.45%-
XYZ61.3970.2237.51-
YUV213.6289.84133.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 146 (57.42% from 255) = 24.75%
R=37.46%
G=37.80%
B=24.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231460.0100.350.1361.5654.6172.35
HexDDDF921023D3e3748
Octal3353372221043157667110
Binary1101110111011111100100101010001111011111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDF92; }

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

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

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

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

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

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

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

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