#DDD683

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

Shades of Primrose #DDD683

Tints of Primrose #DDD683

Color information

#DDD683 (or 0xDDD683) is unknown color: approx Primrose. HEX triplet: DD, D6 and 83. RGB value is (221,214,131). Sum of RGB (Red+Green+Blue) = 221+214+131=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD683 is #22297C. Grayscale: #CECECE. Windows color (decimal): -2238845 or 8640221. OLE color: 8640221.

HSL color Cylindrical-coordinate representation of color #DDD683: hue angle of 55.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDD683 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB221214131-
CMYK00.030.410.13
HSL55.33º56.96%69.02%-
HSV(B)55.33º40.72%86.67%-
XYZ57.9665.130.98-
YUV206.6385.32138.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 214 (83.98% from 255) = 37.81%
BLUE value IS 131 (51.56% from 255) = 23.14%
R=39.05%
G=37.81%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121413100.030.410.1355.3356.9669.02
HexDDD6830329D373945
Octal3353262030351156771105
Binary11011101110101101000001101110100111011101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD683; }

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

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

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

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

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

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

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

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