#DDD784

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

Shades of Primrose #DDD784

Tints of Primrose #DDD784

Color information

#DDD784 (or 0xDDD784) is unknown color: approx Primrose. HEX triplet: DD, D7 and 84. RGB value is (221,215,132). Sum of RGB (Red+Green+Blue) = 221+215+132=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD784 is #22287B. Grayscale: #CFCFCF. Windows color (decimal): -2238588 or 8706013. OLE color: 8706013.

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

Color convert

RGB221215132-
CMYK00.030.400.13
HSL55.96º56.69%69.22%-
HSV(B)55.96º40.27%86.67%-
XYZ58.2865.6431.43-
YUV207.3385.49137.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 215 (84.38% from 255) = 37.85%
BLUE value IS 132 (51.95% from 255) = 23.24%
R=38.91%
G=37.85%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121513200.030.400.1355.9656.6969.22
HexDDD7840328D383945
Octal3353272040350157071105
Binary11011101110101111000010001110100011011110001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD784; }

 p { color: rgb(221,215,132); }

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

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

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

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

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

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

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