#DCDA81

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

Shades of Primrose #DCDA81

Tints of Primrose #DCDA81

Color information

#DCDA81 (or 0xDCDA81) is unknown color: approx Primrose. HEX triplet: DC, DA and 81. RGB value is (220,218,129). Sum of RGB (Red+Green+Blue) = 220+218+129=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA81 is #23257E. Grayscale: #D0D0D0. Windows color (decimal): -2303359 or 8510172. OLE color: 8510172.

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

Color convert

RGB220218129-
CMYK00.010.410.14
HSL58.68º56.52%68.43%-
HSV(B)58.68º41.36%86.27%-
XYZ58.5566.9430.6-
YUV208.4583.16136.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 129 (50.78% from 255) = 22.75%
R=38.80%
G=38.45%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021812900.010.410.1458.6856.5268.43
HexDCDA810129E3b3944
Octal3343322010151167371104
Binary1101110011011010100000010110100111101110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA81; }

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

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

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

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

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

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

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

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