#DFDB81

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

Shades of Primrose #DFDB81

Tints of Primrose #DFDB81

Color information

#DFDB81 (or 0xDFDB81) is unknown color: approx Primrose. HEX triplet: DF, DB and 81. RGB value is (223,219,129). Sum of RGB (Red+Green+Blue) = 223+219+129=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB81 is #20247E. Grayscale: #D2D2D2. Windows color (decimal): -2106495 or 8510431. OLE color: 8510431.

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

Color convert

RGB223219129-
CMYK00.020.420.13
HSL57.45º59.49%69.02%-
HSV(B)57.45º42.15%87.45%-
XYZ59.7367.9430.73-
YUV209.9482.33137.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 129 (50.78% from 255) = 22.59%
R=39.05%
G=38.35%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321912900.020.420.1357.4559.4969.02
HexDFDB81022AD393b45
Octal3373332010252157173105
Binary11011111110110111000000101010101011011110011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDB81; }

 p { color: rgb(223,219,129); }

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

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

 a { background-color: rgb(223,219,129); }

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

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

 span { border-color: rgb(223,219,129); }

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