#DDD684

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

Shades of Primrose #DDD684

Tints of Primrose #DDD684

Color information

#DDD684 (or 0xDDD684) is unknown color: approx Primrose. HEX triplet: DD, D6 and 84. RGB value is (221,214,132). Sum of RGB (Red+Green+Blue) = 221+214+132=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD684 is #22297B. Grayscale: #CFCFCF. Windows color (decimal): -2238844 or 8705757. OLE color: 8705757.

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

Color convert

RGB221214132-
CMYK00.030.400.13
HSL55.28º56.69%69.22%-
HSV(B)55.28º40.27%86.67%-
XYZ58.0365.1331.34-
YUV206.7485.82138.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 132 (51.95% from 255) = 23.28%
R=38.98%
G=37.74%
B=23.28%

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
Decimal22121413200.030.400.1355.2856.6969.22
HexDDD6840328D373945
Octal3353262040350156771105
Binary11011101110101101000010001110100011011101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD684; }

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

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

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

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

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

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

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

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