#DFA098

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

Shades of Petite Orchid #DFA098

Tints of Petite Orchid #DFA098

Color information

#DFA098 (or 0xDFA098) is unknown color: approx Petite Orchid. HEX triplet: DF, A0 and 98. RGB value is (223,160,152). Sum of RGB (Red+Green+Blue) = 223+160+152=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA098 is #205F67. Grayscale: #B2B2B2. Windows color (decimal): -2121576 or 10002655. OLE color: 10002655.

HSL color Cylindrical-coordinate representation of color #DFA098: hue angle of 6.76º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA098 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223160152-
CMYK00.280.320.13
HSL6.76º52.59%73.53%-
HSV(B)6.76º31.84%87.45%-
XYZ48.6743.135.46-
YUV177.92113.37160.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=41.68%
G=29.91%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316015200.280.320.136.7652.5973.53
HexDFA09801C20D7354a
Octal3372402300344015765112
Binary11011111101000001001100001110010000011011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA098; }

 p { color: rgb(223,160,152); }

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

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

 a { background-color: rgb(223,160,152); }

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

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

 span { border-color: rgb(223,160,152); }

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