#DCDB98

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

Shades of Primrose #DCDB98

Tints of Primrose #DCDB98

Color information

#DCDB98 (or 0xDCDB98) is unknown color: approx Primrose. HEX triplet: DC, DB and 98. RGB value is (220,219,152). Sum of RGB (Red+Green+Blue) = 220+219+152=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB98 is #232467. Grayscale: #D3D3D3. Windows color (decimal): -2303080 or 10017756. OLE color: 10017756.

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

Color convert

RGB220219152-
CMYK00.000.310.14
HSL59.12º49.28%72.94%-
HSV(B)59.12º30.91%86.27%-
XYZ60.5168.1539.67-
YUV211.6694.33133.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 152 (59.77% from 255) = 25.72%
R=37.23%
G=37.06%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021915200.000.310.1459.1249.2872.94
HexDCDB98001FE3b3149
Octal3343332300037167361111
Binary110111001101101110011000001111111101110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB98; }

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

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

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

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

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

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

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

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