#DDD692

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

Shades of Primrose #DDD692

Tints of Primrose #DDD692

Color information

#DDD692 (or 0xDDD692) is unknown color: approx Primrose. HEX triplet: DD, D6 and 92. RGB value is (221,214,146). Sum of RGB (Red+Green+Blue) = 221+214+146=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD692 is #22296D. Grayscale: #D0D0D0. Windows color (decimal): -2238830 or 9623261. OLE color: 9623261.

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

Color convert

RGB221214146-
CMYK00.030.340.13
HSL54.4º52.45%71.96%-
HSV(B)54.4º33.94%86.67%-
XYZ59.0565.5436.73-
YUV208.3492.82137.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 146 (57.42% from 255) = 25.13%
R=38.04%
G=36.83%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121414600.030.340.1354.452.4571.96
HexDDD6920322D363448
Octal3353262220342156664110
Binary11011101110101101001001001110001011011101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD692; }

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

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

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

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

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

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

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

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