#DCD883

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

Shades of Primrose #DCD883

Tints of Primrose #DCD883

Color information

#DCD883 (or 0xDCD883) is unknown color: approx Primrose. HEX triplet: DC, D8 and 83. RGB value is (220,216,131). Sum of RGB (Red+Green+Blue) = 220+216+131=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD883 is #23277C. Grayscale: #CFCFCF. Windows color (decimal): -2303869 or 8640732. OLE color: 8640732.

HSL color Cylindrical-coordinate representation of color #DCD883: hue angle of 57.3º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCD883 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220216131-
CMYK00.020.400.14
HSL57.3º55.97%68.82%-
HSV(B)57.3º40.45%86.27%-
XYZ58.1765.9731.14-
YUV207.5184.83136.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 216 (84.77% from 255) = 38.10%
BLUE value IS 131 (51.56% from 255) = 23.10%
R=38.80%
G=38.10%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021613100.020.400.1457.355.9768.82
HexDCD8830228E393845
Octal3343302030250167170105
Binary11011100110110001000001101010100011101110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD883; }

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

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

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

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

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

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

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

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