#DDDF88

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

Shades of Primrose #DDDF88

Tints of Primrose #DDDF88

Color information

#DDDF88 (or 0xDDDF88) is unknown color: approx Primrose. HEX triplet: DD, DF and 88. RGB value is (221,223,136). Sum of RGB (Red+Green+Blue) = 221+223+136=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF88 is #222077. Grayscale: #D4D4D4. Windows color (decimal): -2236536 or 8970205. OLE color: 8970205.

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

Color convert

RGB221223136-
CMYK0.0100.390.13
HSL61.38º57.62%70.39%-
HSV(B)61.38º39.01%87.45%-
XYZ60.6569.9333.59-
YUV212.4884.84134.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 136 (53.52% from 255) = 23.45%
R=38.10%
G=38.45%
B=23.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231360.0100.390.1361.3857.6270.39
HexDDDF881027D3d3a46
Octal3353372101047157572106
Binary1101110111011111100010001010011111011111011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDF88; }

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

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

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

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

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

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

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

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