#DCD58A

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

Shades of Primrose #DCD58A

Tints of Primrose #DCD58A

Color information

#DCD58A (or 0xDCD58A) is unknown color: approx Primrose. HEX triplet: DC, D5 and 8A. RGB value is (220,213,138). Sum of RGB (Red+Green+Blue) = 220+213+138=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD58A is #232A75. Grayscale: #CECECE. Windows color (decimal): -2304630 or 9098716. OLE color: 9098716.

HSL color Cylindrical-coordinate representation of color #DCD58A: hue angle of 54.88º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCD58A is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220213138-
CMYK00.030.370.14
HSL54.88º53.95%70.2%-
HSV(B)54.88º37.27%86.27%-
XYZ57.964.6433.47-
YUV206.5489.32137.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=38.53%
G=37.30%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021313800.030.370.1454.8853.9570.2
HexDCD58A0325E373646
Octal3343252120345166766106
Binary11011100110101011000101001110010111101101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD58A; }

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

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

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

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

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

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

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

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