#DDD695

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

Shades of Primrose #DDD695

Tints of Primrose #DDD695

Color information

#DDD695 (or 0xDDD695) is unknown color: approx Primrose. HEX triplet: DD, D6 and 95. RGB value is (221,214,149). Sum of RGB (Red+Green+Blue) = 221+214+149=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD695 is #22296A. Grayscale: #D0D0D0. Windows color (decimal): -2238827 or 9819869. OLE color: 9819869.

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

Color convert

RGB221214149-
CMYK00.030.330.13
HSL54.17º51.43%72.55%-
HSV(B)54.17º32.58%86.67%-
XYZ59.2965.6437.98-
YUV208.6894.32136.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 149 (58.59% from 255) = 25.51%
R=37.84%
G=36.64%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121414900.030.330.1354.1751.4372.55
HexDDD6950321D363349
Octal3353262250341156663111
Binary11011101110101101001010101110000111011101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD695; }

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

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

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

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

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

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

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

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