#DCDD83

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

Shades of Primrose #DCDD83

Tints of Primrose #DCDD83

Color information

#DCDD83 (or 0xDCDD83) is unknown color: approx Primrose. HEX triplet: DC, DD and 83. RGB value is (220,221,131). Sum of RGB (Red+Green+Blue) = 220+221+131=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD83 is #23227C. Grayscale: #D2D2D2. Windows color (decimal): -2302589 or 8642012. OLE color: 8642012.

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

Color convert

RGB220221131-
CMYK0.0000.410.13
HSL60.67º56.96%69.02%-
HSV(B)60.67º40.72%86.67%-
XYZ59.4768.5731.57-
YUV210.4483.17134.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 131 (51.56% from 255) = 22.90%
R=38.46%
G=38.64%
B=22.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211310.0000.410.1360.6756.9669.02
HexDCDD830029D3d3945
Octal3343352030051157571105
Binary1101110011011101100000110010100111011111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD83; }

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

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

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

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

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

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

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

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