#DCD788

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

Shades of Primrose #DCD788

Tints of Primrose #DCD788

Color information

#DCD788 (or 0xDCD788) is unknown color: approx Primrose. HEX triplet: DC, D7 and 88. RGB value is (220,215,136). Sum of RGB (Red+Green+Blue) = 220+215+136=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD788 is #232877. Grayscale: #CFCFCF. Windows color (decimal): -2304120 or 8968156. OLE color: 8968156.

HSL color Cylindrical-coordinate representation of color #DCD788: hue angle of 56.43º 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 #DCD788 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220215136-
CMYK00.020.380.14
HSL56.43º54.55%69.8%-
HSV(B)56.43º38.18%86.27%-
XYZ58.2665.5932.88-
YUV207.4987.66136.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 215 (84.38% from 255) = 37.65%
BLUE value IS 136 (53.52% from 255) = 23.82%
R=38.53%
G=37.65%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021513600.020.380.1456.4354.5569.8
HexDCD7880226E383746
Octal3343272100246167067106
Binary11011100110101111000100001010011011101110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD788; }

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

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

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

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

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

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

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

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