#DCD78E

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

Shades of Primrose #DCD78E

Tints of Primrose #DCD78E

Color information

#DCD78E (or 0xDCD78E) is unknown color: approx Primrose. HEX triplet: DC, D7 and 8E. RGB value is (220,215,142). Sum of RGB (Red+Green+Blue) = 220+215+142=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD78E is #232871. Grayscale: #D0D0D0. Windows color (decimal): -2304114 or 9361372. OLE color: 9361372.

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

Color convert

RGB220215142-
CMYK00.020.350.14
HSL56.15º52.7%70.98%-
HSV(B)56.15º35.45%86.27%-
XYZ58.765.7735.19-
YUV208.1790.66136.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=38.13%
G=37.26%
B=24.61%

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
Decimal22021514200.020.350.1456.1552.770.98
HexDCD78E0223E383547
Octal3343272160243167065107
Binary11011100110101111000111001010001111101110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD78E; }

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

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

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

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

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

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

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

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