#DCD88F

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

Shades of Primrose #DCD88F

Tints of Primrose #DCD88F

Color information

#DCD88F (or 0xDCD88F) is unknown color: approx Primrose. HEX triplet: DC, D8 and 8F. RGB value is (220,216,143). Sum of RGB (Red+Green+Blue) = 220+216+143=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD88F is #232770. Grayscale: #D1D1D1. Windows color (decimal): -2303857 or 9427164. OLE color: 9427164.

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

Color convert

RGB220216143-
CMYK00.020.350.14
HSL56.88º52.38%71.18%-
HSV(B)56.88º35%86.27%-
XYZ59.0366.3135.67-
YUV208.8790.83135.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 143 (56.25% from 255) = 24.70%
R=38.00%
G=37.31%
B=24.70%

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
Decimal22021614300.020.350.1456.8852.3871.18
HexDCD88F0223E393447
Octal3343302170243167164107
Binary11011100110110001000111101010001111101110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD88F; }

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

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

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

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

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

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

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

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