#DDDC94

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

Shades of Primrose #DDDC94

Tints of Primrose #DDDC94

Color information

#DDDC94 (or 0xDDDC94) is unknown color: approx Primrose. HEX triplet: DD, DC and 94. RGB value is (221,220,148). Sum of RGB (Red+Green+Blue) = 221+220+148=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC94 is #22236B. Grayscale: #D4D4D4. Windows color (decimal): -2237292 or 9755869. OLE color: 9755869.

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

Color convert

RGB221220148-
CMYK00.000.330.13
HSL59.18º51.77%72.35%-
HSV(B)59.18º33.03%86.67%-
XYZ60.7668.738.07-
YUV212.0991.83134.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=37.52%
G=37.35%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122014800.000.330.1359.1851.7772.35
HexDDDC940021D3b3448
Octal3353342240041157364110
Binary1101110111011100100101000010000111011110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC94; }

 p { color: rgb(221,220,148); }

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

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

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

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

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

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

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