#DBDD83

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

Shades of Primrose #DBDD83

Tints of Primrose #DBDD83

Color information

#DBDD83 (or 0xDBDD83) is unknown color: approx Primrose. HEX triplet: DB, DD and 83. RGB value is (219,221,131). Sum of RGB (Red+Green+Blue) = 219+221+131=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD83 is #24227C. Grayscale: #D2D2D2. Windows color (decimal): -2368125 or 8642011. OLE color: 8642011.

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

Color convert

RGB219221131-
CMYK0.0100.410.13
HSL61.33º56.96%69.02%-
HSV(B)61.33º40.72%86.67%-
XYZ59.1768.4131.56-
YUV210.1483.34134.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 131 (51.56% from 255) = 22.94%
R=38.35%
G=38.70%
B=22.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211310.0100.410.1361.3356.9669.02
HexDBDD831029D3d3945
Octal3333352031051157571105
Binary1101101111011101100000111010100111011111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDD83; }

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

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

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

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

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

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

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

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