#DFDD90

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

Shades of Primrose #DFDD90

Tints of Primrose #DFDD90

Color information

#DFDD90 (or 0xDFDD90) is unknown color: approx Primrose. HEX triplet: DF, DD and 90. RGB value is (223,221,144). Sum of RGB (Red+Green+Blue) = 223+221+144=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD90 is #20226F. Grayscale: #D5D5D5. Windows color (decimal): -2105968 or 9493983. OLE color: 9493983.

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

Color convert

RGB223221144-
CMYK00.010.350.13
HSL58.48º55.24%71.96%-
HSV(B)58.48º35.43%87.45%-
XYZ61.3269.4136.55-
YUV212.8289.16135.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 144 (56.64% from 255) = 24.49%
R=37.93%
G=37.59%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322114400.010.350.1358.4855.2471.96
HexDFDD900123D3a3748
Octal3373352200143157267110
Binary1101111111011101100100000110001111011110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD90; }

 p { color: rgb(223,221,144); }

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

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

 a { background-color: rgb(223,221,144); }

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

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

 span { border-color: rgb(223,221,144); }

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