#DDDF81

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

Shades of Primrose #DDDF81

Tints of Primrose #DDDF81

Color information

#DDDF81 (or 0xDDDF81) is unknown color: approx Primrose. HEX triplet: DD, DF and 81. RGB value is (221,223,129). Sum of RGB (Red+Green+Blue) = 221+223+129=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF81 is #22207E. Grayscale: #D4D4D4. Windows color (decimal): -2236543 or 8511453. OLE color: 8511453.

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

Color convert

RGB221223129-
CMYK0.0100.420.13
HSL61.28º59.49%69.02%-
HSV(B)61.28º42.15%87.45%-
XYZ60.1769.7331.06-
YUV211.6981.34134.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 129 (50.78% from 255) = 22.51%
R=38.57%
G=38.92%
B=22.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231290.0100.420.1361.2859.4969.02
HexDDDF81102AD3d3b45
Octal3353372011052157573105
Binary1101110111011111100000011010101011011111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDF81; }

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

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

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

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

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

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

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

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