#DDDD85

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

Shades of Primrose #DDDD85

Tints of Primrose #DDDD85

Color information

#DDDD85 (or 0xDDDD85) is unknown color: approx Primrose. HEX triplet: DD, DD and 85. RGB value is (221,221,133). Sum of RGB (Red+Green+Blue) = 221+221+133=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD85 is #22227A. Grayscale: #D3D3D3. Windows color (decimal): -2237051 or 8773085. OLE color: 8773085.

HSL color Cylindrical-coordinate representation of color #DDDD85: hue angle of 60º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDDD85 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221221133-
CMYK000.400.13
HSL60º56.41%69.41%-
HSV(B)60º39.82%86.67%-
XYZ59.9168.7832.31-
YUV210.9784135.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 133 (52.34% from 255) = 23.13%
R=38.43%
G=38.43%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221133000.400.136056.4169.41
HexDDDD850028D3c3845
Octal3353352050050157470105
Binary1101110111011101100001010010100011011111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD85; }

 p { color: rgb(221,221,133); }

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

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

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

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

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

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

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