#DCDD94

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

Shades of Primrose #DCDD94

Tints of Primrose #DCDD94

Color information

#DCDD94 (or 0xDCDD94) is unknown color: approx Primrose. HEX triplet: DC, DD and 94. RGB value is (220,221,148). Sum of RGB (Red+Green+Blue) = 220+221+148=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD94 is #23226B. Grayscale: #D4D4D4. Windows color (decimal): -2302572 or 9756124. OLE color: 9756124.

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

Color convert

RGB220221148-
CMYK0.0000.330.13
HSL60.82º51.77%72.35%-
HSV(B)60.82º33.03%86.67%-
XYZ60.7269.0738.15-
YUV212.3891.67133.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=37.35%
G=37.52%
B=25.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211480.0000.330.1360.8251.7772.35
HexDCDD940021D3d3448
Octal3343352240041157564110
Binary1101110011011101100101000010000111011111011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD94; }

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

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

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

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

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

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

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

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