#DCDB8D

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

Shades of Primrose #DCDB8D

Tints of Primrose #DCDB8D

Color information

#DCDB8D (or 0xDCDB8D) is unknown color: approx Primrose. HEX triplet: DC, DB and 8D. RGB value is (220,219,141). Sum of RGB (Red+Green+Blue) = 220+219+141=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB8D is #232472. Grayscale: #D2D2D2. Windows color (decimal): -2303091 or 9296860. OLE color: 9296860.

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

Color convert

RGB220219141-
CMYK00.000.360.14
HSL59.24º53.02%70.78%-
HSV(B)59.24º35.91%86.27%-
XYZ59.6567.835.14-
YUV210.4188.83134.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=37.93%
G=37.76%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021914100.000.360.1459.2453.0270.78
HexDCDB8D0024E3b3547
Octal3343332150044167365107
Binary1101110011011011100011010010010011101110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB8D; }

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

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

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

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

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

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

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

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