#DCD688

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

Shades of Primrose #DCD688

Tints of Primrose #DCD688

Color information

#DCD688 (or 0xDCD688) is unknown color: approx Primrose. HEX triplet: DC, D6 and 88. RGB value is (220,214,136). Sum of RGB (Red+Green+Blue) = 220+214+136=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD688 is #232977. Grayscale: #CFCFCF. Windows color (decimal): -2304376 or 8967900. OLE color: 8967900.

HSL color Cylindrical-coordinate representation of color #DCD688: hue angle of 55.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCD688 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220214136-
CMYK00.030.380.14
HSL55.71º54.55%69.8%-
HSV(B)55.71º38.18%86.27%-
XYZ58.0165.0932.8-
YUV206.987.99137.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 136 (53.52% from 255) = 23.86%
R=38.60%
G=37.54%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021413600.030.380.1455.7154.5569.8
HexDCD6880326E383746
Octal3343262100346167067106
Binary11011100110101101000100001110011011101110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD688; }

 p { color: rgb(220,214,136); }

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

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

 a { background-color: rgb(220,214,136); }

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

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

 span { border-color: rgb(220,214,136); }

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