#DFDB83

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

Shades of Primrose #DFDB83

Tints of Primrose #DFDB83

Color information

#DFDB83 (or 0xDFDB83) is unknown color: approx Primrose. HEX triplet: DF, DB and 83. RGB value is (223,219,131). Sum of RGB (Red+Green+Blue) = 223+219+131=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB83 is #20247C. Grayscale: #D2D2D2. Windows color (decimal): -2106493 or 8641503. OLE color: 8641503.

HSL color Cylindrical-coordinate representation of color #DFDB83: hue angle of 57.39º degrees, saturation: 0.59, 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 #DFDB83 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB223219131-
CMYK00.020.410.13
HSL57.39º58.97%69.41%-
HSV(B)57.39º41.26%87.45%-
XYZ59.8667.9931.44-
YUV210.1683.33137.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 131 (51.56% from 255) = 22.86%
R=38.92%
G=38.22%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321913100.020.410.1357.3958.9769.41
HexDFDB830229D393b45
Octal3373332030251157173105
Binary11011111110110111000001101010100111011110011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDB83; }

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

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

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

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

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

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

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

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