#DDDB94

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

Shades of Primrose #DDDB94

Tints of Primrose #DDDB94

Color information

#DDDB94 (or 0xDDDB94) is unknown color: approx Primrose. HEX triplet: DD, DB and 94. RGB value is (221,219,148). Sum of RGB (Red+Green+Blue) = 221+219+148=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB94 is #22246B. Grayscale: #D3D3D3. Windows color (decimal): -2237548 or 9755613. OLE color: 9755613.

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

Color convert

RGB221219148-
CMYK00.010.330.13
HSL58.36º51.77%72.35%-
HSV(B)58.36º33.03%86.67%-
XYZ60.568.1737.99-
YUV211.592.16134.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 148 (58.20% from 255) = 25.17%
R=37.59%
G=37.24%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121914800.010.330.1358.3651.7772.35
HexDDDB940121D3a3448
Octal3353332240141157264110
Binary1101110111011011100101000110000111011110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB94; }

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

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

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

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

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

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

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

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