#DBDD93

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

Shades of Primrose #DBDD93

Tints of Primrose #DBDD93

Color information

#DBDD93 (or 0xDBDD93) is unknown color: approx Primrose. HEX triplet: DB, DD and 93. RGB value is (219,221,147). Sum of RGB (Red+Green+Blue) = 219+221+147=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD93 is #24226C. Grayscale: #D4D4D4. Windows color (decimal): -2368109 or 9690587. OLE color: 9690587.

HSL color Cylindrical-coordinate representation of color #DBDD93: hue angle of 61.62º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBDD93 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB219221147-
CMYK0.0100.330.13
HSL61.62º52.11%72.16%-
HSV(B)61.62º33.48%86.67%-
XYZ60.3468.8837.72-
YUV211.9791.34133.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 147 (57.81% from 255) = 25.04%
R=37.31%
G=37.65%
B=25.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211470.0100.330.1361.6252.1172.16
HexDBDD931021D3e3448
Octal3333352231041157664110
Binary1101101111011101100100111010000111011111101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDD93; }

 p { color: rgb(219,221,147); }

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

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

 a { background-color: rgb(219,221,147); }

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

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

 span { border-color: rgb(219,221,147); }

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