#DCD790

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

Shades of Primrose #DCD790

Tints of Primrose #DCD790

Color information

#DCD790 (or 0xDCD790) is unknown color: approx Primrose. HEX triplet: DC, D7 and 90. RGB value is (220,215,144). Sum of RGB (Red+Green+Blue) = 220+215+144=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD790 is #23286F. Grayscale: #D0D0D0. Windows color (decimal): -2304112 or 9492444. OLE color: 9492444.

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

Color convert

RGB220215144-
CMYK00.020.350.14
HSL56.05º52.05%71.37%-
HSV(B)56.05º34.55%86.27%-
XYZ58.8565.8335.99-
YUV208.491.66136.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 144 (56.64% from 255) = 24.87%
R=38.00%
G=37.13%
B=24.87%

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
Decimal22021514400.020.350.1456.0552.0571.37
HexDCD7900223E383447
Octal3343272200243167064107
Binary11011100110101111001000001010001111101110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD790; }

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

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

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

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

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

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

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

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