#DCDB83

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

Shades of Primrose #DCDB83

Tints of Primrose #DCDB83

Color information

#DCDB83 (or 0xDCDB83) is unknown color: approx Primrose. HEX triplet: DC, DB and 83. RGB value is (220,219,131). Sum of RGB (Red+Green+Blue) = 220+219+131=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB83 is #23247C. Grayscale: #D1D1D1. Windows color (decimal): -2303101 or 8641500. OLE color: 8641500.

HSL color Cylindrical-coordinate representation of color #DCDB83: hue angle of 59.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCDB83 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220219131-
CMYK00.000.400.14
HSL59.33º55.97%68.82%-
HSV(B)59.33º40.45%86.27%-
XYZ58.9467.5231.4-
YUV209.2783.83135.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 131 (51.56% from 255) = 22.98%
R=38.60%
G=38.42%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021913100.000.400.1459.3355.9768.82
HexDCDB830028E3b3845
Octal3343332030050167370105
Binary1101110011011011100000110010100011101110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB83; }

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

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

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

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

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

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

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

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