#DDDA85

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

Shades of Primrose #DDDA85

Tints of Primrose #DDDA85

Color information

#DDDA85 (or 0xDDDA85) is unknown color: approx Primrose. HEX triplet: DD, DA and 85. RGB value is (221,218,133). Sum of RGB (Red+Green+Blue) = 221+218+133=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA85 is #22257A. Grayscale: #D1D1D1. Windows color (decimal): -2237819 or 8772317. OLE color: 8772317.

HSL color Cylindrical-coordinate representation of color #DDDA85: hue angle of 57.95º 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 #DDDA85 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221218133-
CMYK00.010.400.13
HSL57.95º56.41%69.41%-
HSV(B)57.95º39.82%86.67%-
XYZ59.1267.2132.05-
YUV209.2184.99136.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 133 (52.34% from 255) = 23.25%
R=38.64%
G=38.11%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121813300.010.400.1357.9556.4169.41
HexDDDA850128D3a3845
Octal3353322050150157270105
Binary1101110111011010100001010110100011011110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA85; }

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

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

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

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

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

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

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

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