#DCD88D

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

Shades of Primrose #DCD88D

Tints of Primrose #DCD88D

Color information

#DCD88D (or 0xDCD88D) is unknown color: approx Primrose. HEX triplet: DC, D8 and 8D. RGB value is (220,216,141). Sum of RGB (Red+Green+Blue) = 220+216+141=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD88D is #232772. Grayscale: #D0D0D0. Windows color (decimal): -2303859 or 9296092. OLE color: 9296092.

HSL color Cylindrical-coordinate representation of color #DCD88D: hue angle of 56.96º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCD88D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220216141-
CMYK00.020.360.14
HSL56.96º53.02%70.78%-
HSV(B)56.96º35.91%86.27%-
XYZ58.8866.2534.88-
YUV208.6589.83136.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 141 (55.47% from 255) = 24.44%
R=38.13%
G=37.44%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021614100.020.360.1456.9653.0270.78
HexDCD88D0224E393547
Octal3343302150244167165107
Binary11011100110110001000110101010010011101110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD88D; }

 p { color: rgb(220,216,141); }

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

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

 a { background-color: rgb(220,216,141); }

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

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

 span { border-color: rgb(220,216,141); }

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