#DCD58B

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

Shades of Primrose #DCD58B

Tints of Primrose #DCD58B

Color information

#DCD58B (or 0xDCD58B) is unknown color: approx Primrose. HEX triplet: DC, D5 and 8B. RGB value is (220,213,139). Sum of RGB (Red+Green+Blue) = 220+213+139=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD58B is #232A74. Grayscale: #CECECE. Windows color (decimal): -2304629 or 9164252. OLE color: 9164252.

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

Color convert

RGB220213139-
CMYK00.030.370.14
HSL54.81º53.64%70.39%-
HSV(B)54.81º36.82%86.27%-
XYZ57.9764.6733.85-
YUV206.6689.82137.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 139 (54.69% from 255) = 24.30%
R=38.46%
G=37.24%
B=24.30%

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
Decimal22021313900.030.370.1454.8153.6470.39
HexDCD58B0325E373646
Octal3343252130345166766106
Binary11011100110101011000101101110010111101101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD58B; }

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

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

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

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

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

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

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

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