#DFDE8A

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

Shades of Primrose #DFDE8A

Tints of Primrose #DFDE8A

Color information

#DFDE8A (or 0xDFDE8A) is unknown color: approx Primrose. HEX triplet: DF, DE and 8A. RGB value is (223,222,138). Sum of RGB (Red+Green+Blue) = 223+222+138=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE8A is #202175. Grayscale: #D5D5D5. Windows color (decimal): -2105718 or 9101023. OLE color: 9101023.

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

Color convert

RGB223222138-
CMYK00.000.380.13
HSL59.29º57.05%70.78%-
HSV(B)59.29º38.12%87.45%-
XYZ61.1469.7734.29-
YUV212.7285.83135.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=38.25%
G=38.08%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322213800.000.380.1359.2957.0570.78
HexDFDE8A0026D3b3947
Octal3373362120046157371107
Binary1101111111011110100010100010011011011110111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE8A; }

 p { color: rgb(223,222,138); }

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

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

 a { background-color: rgb(223,222,138); }

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

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

 span { border-color: rgb(223,222,138); }

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