#DCD48F

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

Shades of Primrose #DCD48F

Tints of Primrose #DCD48F

Color information

#DCD48F (or 0xDCD48F) is unknown color: approx Primrose. HEX triplet: DC, D4 and 8F. RGB value is (220,212,143). Sum of RGB (Red+Green+Blue) = 220+212+143=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD48F is #232B70. Grayscale: #CECECE. Windows color (decimal): -2304881 or 9426140. OLE color: 9426140.

HSL color Cylindrical-coordinate representation of color #DCD48F: hue angle of 53.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCD48F is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220212143-
CMYK00.040.350.14
HSL53.77º52.38%71.18%-
HSV(B)53.77º35%86.27%-
XYZ58.0264.2935.34-
YUV206.5392.15137.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 212 (83.20% from 255) = 36.87%
BLUE value IS 143 (56.25% from 255) = 24.87%
R=38.26%
G=36.87%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021214300.040.350.1453.7752.3871.18
HexDCD48F0423E363447
Octal3343242170443166664107
Binary110111001101010010001111010010001111101101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD48F; }

 p { color: rgb(220,212,143); }

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

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

 a { background-color: rgb(220,212,143); }

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

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

 span { border-color: rgb(220,212,143); }

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