#DDDA88

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

Shades of Primrose #DDDA88

Tints of Primrose #DDDA88

Color information

#DDDA88 (or 0xDDDA88) is unknown color: approx Primrose. HEX triplet: DD, DA and 88. RGB value is (221,218,136). Sum of RGB (Red+Green+Blue) = 221+218+136=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA88 is #222577. Grayscale: #D1D1D1. Windows color (decimal): -2237816 or 8968925. OLE color: 8968925.

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

Color convert

RGB221218136-
CMYK00.010.380.13
HSL57.88º55.56%70%-
HSV(B)57.88º38.46%86.67%-
XYZ59.3367.2933.15-
YUV209.5586.49136.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 136 (53.52% from 255) = 23.65%
R=38.43%
G=37.91%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121813600.010.380.1357.8855.5670
HexDDDA880126D3a3846
Octal3353322100146157270106
Binary1101110111011010100010000110011011011110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA88; }

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

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

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

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

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

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

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

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