#DCDD8F

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

Shades of Primrose #DCDD8F

Tints of Primrose #DCDD8F

Color information

#DCDD8F (or 0xDCDD8F) is unknown color: approx Primrose. HEX triplet: DC, DD and 8F. RGB value is (220,221,143). Sum of RGB (Red+Green+Blue) = 220+221+143=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD8F is #232270. Grayscale: #D4D4D4. Windows color (decimal): -2302577 or 9428444. OLE color: 9428444.

HSL color Cylindrical-coordinate representation of color #DCDD8F: hue angle of 60.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCDD8F is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB220221143-
CMYK0.0000.350.13
HSL60.77º53.42%71.37%-
HSV(B)60.77º35.29%86.67%-
XYZ60.3368.9136.11-
YUV211.8189.17133.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 143 (56.25% from 255) = 24.49%
R=37.67%
G=37.84%
B=24.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211430.0000.350.1360.7753.4271.37
HexDCDD8F0023D3d3547
Octal3343352170043157565107
Binary1101110011011101100011110010001111011111011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD8F; }

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

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

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

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

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

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

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

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