#DCDB92

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

Shades of Primrose #DCDB92

Tints of Primrose #DCDB92

Color information

#DCDB92 (or 0xDCDB92) is unknown color: approx Primrose. HEX triplet: DC, DB and 92. RGB value is (220,219,146). Sum of RGB (Red+Green+Blue) = 220+219+146=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB92 is #23246D. Grayscale: #D3D3D3. Windows color (decimal): -2303086 or 9624540. OLE color: 9624540.

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

Color convert

RGB220219146-
CMYK00.000.340.14
HSL59.19º51.39%71.76%-
HSV(B)59.19º33.64%86.27%-
XYZ60.0467.9537.15-
YUV210.9891.33134.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 146 (57.42% from 255) = 24.96%
R=37.61%
G=37.44%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021914600.000.340.1459.1951.3971.76
HexDCDB920022E3b3348
Octal3343332220042167363110
Binary1101110011011011100100100010001011101110111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB92; }

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

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

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

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

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

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

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

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