#DCD28D

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

Shades of Primrose #DCD28D

Tints of Primrose #DCD28D

Color information

#DCD28D (or 0xDCD28D) is unknown color: approx Primrose. HEX triplet: DC, D2 and 8D. RGB value is (220,210,141). Sum of RGB (Red+Green+Blue) = 220+210+141=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD28D is #232D72. Grayscale: #CDCDCD. Windows color (decimal): -2305395 or 9294556. OLE color: 9294556.

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

Color convert

RGB220210141-
CMYK00.050.360.14
HSL52.41º53.02%70.78%-
HSV(B)52.41º35.91%86.27%-
XYZ57.3763.2334.38-
YUV205.1291.81138.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 210 (82.42% from 255) = 36.78%
BLUE value IS 141 (55.47% from 255) = 24.69%
R=38.53%
G=36.78%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021014100.050.360.1452.4153.0270.78
HexDCD28D0524E343547
Octal3343222150544166465107
Binary110111001101001010001101010110010011101101001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD28D; }

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

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

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

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

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

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

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

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