#DCD78D

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

Shades of Primrose #DCD78D

Tints of Primrose #DCD78D

Color information

#DCD78D (or 0xDCD78D) is unknown color: approx Primrose. HEX triplet: DC, D7 and 8D. RGB value is (220,215,141). Sum of RGB (Red+Green+Blue) = 220+215+141=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD78D is #232872. Grayscale: #D0D0D0. Windows color (decimal): -2304115 or 9295836. OLE color: 9295836.

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

Color convert

RGB220215141-
CMYK00.020.360.14
HSL56.2º53.02%70.78%-
HSV(B)56.2º35.91%86.27%-
XYZ58.6265.7434.8-
YUV208.0690.16136.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 215 (84.38% from 255) = 37.33%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=38.19%
G=37.33%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021514100.020.360.1456.253.0270.78
HexDCD78D0224E383547
Octal3343272150244167065107
Binary11011100110101111000110101010010011101110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD78D; }

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

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

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

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

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

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

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

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