#DDDF84

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

Shades of Primrose #DDDF84

Tints of Primrose #DDDF84

Color information

#DDDF84 (or 0xDDDF84) is unknown color: approx Primrose. HEX triplet: DD, DF and 84. RGB value is (221,223,132). Sum of RGB (Red+Green+Blue) = 221+223+132=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF84 is #22207B. Grayscale: #D4D4D4. Windows color (decimal): -2236540 or 8708061. OLE color: 8708061.

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

Color convert

RGB221223132-
CMYK0.0100.410.13
HSL61.32º58.71%69.61%-
HSV(B)61.32º40.81%87.45%-
XYZ60.3769.8132.12-
YUV212.0382.84134.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 223 (87.5% from 255) = 38.72%
BLUE value IS 132 (51.95% from 255) = 22.92%
R=38.37%
G=38.72%
B=22.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231320.0100.410.1361.3258.7169.61
HexDDDF841029D3d3b46
Octal3353372041051157573106
Binary1101110111011111100001001010100111011111011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDF84; }

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

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

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

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

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

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

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

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