#DDDF8B

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

Shades of Primrose #DDDF8B

Tints of Primrose #DDDF8B

Color information

#DDDF8B (or 0xDDDF8B) is unknown color: approx Primrose. HEX triplet: DD, DF and 8B. RGB value is (221,223,139). Sum of RGB (Red+Green+Blue) = 221+223+139=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF8B is #222074. Grayscale: #D5D5D5. Windows color (decimal): -2236533 or 9166813. OLE color: 9166813.

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

Color convert

RGB221223139-
CMYK0.0100.380.13
HSL61.43º56.76%70.98%-
HSV(B)61.43º37.67%87.45%-
XYZ60.8770.0134.73-
YUV212.8386.34133.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 139 (54.69% from 255) = 23.84%
R=37.91%
G=38.25%
B=23.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231390.0100.380.1361.4356.7670.98
HexDDDF8B1026D3d3947
Octal3353372131046157571107
Binary1101110111011111100010111010011011011111011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDF8B; }

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

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

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

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

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

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

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

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