#DCD58D

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

Shades of Primrose #DCD58D

Tints of Primrose #DCD58D

Color information

#DCD58D (or 0xDCD58D) is unknown color: approx Primrose. HEX triplet: DC, D5 and 8D. RGB value is (220,213,141). Sum of RGB (Red+Green+Blue) = 220+213+141=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD58D is #232A72. Grayscale: #CFCFCF. Windows color (decimal): -2304627 or 9295324. OLE color: 9295324.

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

Color convert

RGB220213141-
CMYK00.030.360.14
HSL54.68º53.02%70.78%-
HSV(B)54.68º35.91%86.27%-
XYZ58.1264.7334.63-
YUV206.8890.82137.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 213 (83.59% from 255) = 37.11%
BLUE value IS 141 (55.47% from 255) = 24.56%
R=38.33%
G=37.11%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021314100.030.360.1454.6853.0270.78
HexDCD58D0324E373547
Octal3343252150344166765107
Binary11011100110101011000110101110010011101101111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD58D; }

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

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

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

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

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

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

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

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