#DCD78F

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

Shades of Primrose #DCD78F

Tints of Primrose #DCD78F

Color information

#DCD78F (or 0xDCD78F) is unknown color: approx Primrose. HEX triplet: DC, D7 and 8F. RGB value is (220,215,143). Sum of RGB (Red+Green+Blue) = 220+215+143=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD78F is #232870. Grayscale: #D0D0D0. Windows color (decimal): -2304113 or 9426908. OLE color: 9426908.

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

Color convert

RGB220215143-
CMYK00.020.350.14
HSL56.1º52.38%71.18%-
HSV(B)56.1º35%86.27%-
XYZ58.7765.835.59-
YUV208.2991.16136.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 143 (56.25% from 255) = 24.74%
R=38.06%
G=37.20%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021514300.020.350.1456.152.3871.18
HexDCD78F0223E383447
Octal3343272170243167064107
Binary11011100110101111000111101010001111101110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD78F; }

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

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

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

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

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

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

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

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