#DDDF90

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

Shades of Primrose #DDDF90

Tints of Primrose #DDDF90

Color information

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

HSL color Cylindrical-coordinate representation of color #DDDF90: hue angle of 61.52º 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 #DDDF90 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB221223144-
CMYK0.0100.350.13
HSL61.52º55.24%71.96%-
HSV(B)61.52º35.43%87.45%-
XYZ61.2470.1636.7-
YUV213.488.84133.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231440.0100.350.1361.5255.2471.96
HexDDDF901023D3e3748
Octal3353372201043157667110
Binary1101110111011111100100001010001111011111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDF90; }

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

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

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

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

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

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

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

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