#DCDB81

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

Shades of Primrose #DCDB81

Tints of Primrose #DCDB81

Color information

#DCDB81 (or 0xDCDB81) is unknown color: approx Primrose. HEX triplet: DC, DB and 81. RGB value is (220,219,129). Sum of RGB (Red+Green+Blue) = 220+219+129=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB81 is #23247E. Grayscale: #D1D1D1. Windows color (decimal): -2303103 or 8510428. OLE color: 8510428.

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

Color convert

RGB220219129-
CMYK00.000.410.14
HSL59.34º56.52%68.43%-
HSV(B)59.34º41.36%86.27%-
XYZ58.8167.4630.69-
YUV209.0482.83135.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 129 (50.78% from 255) = 22.71%
R=38.73%
G=38.56%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021912900.000.410.1459.3456.5268.43
HexDCDB810029E3b3944
Octal3343332010051167371104
Binary1101110011011011100000010010100111101110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB81; }

 p { color: rgb(220,219,129); }

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

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

 a { background-color: rgb(220,219,129); }

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

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

 span { border-color: rgb(220,219,129); }

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