Html Css Color HEX #DFA097 Petite Orchid

📋 copy color: '#DFA097'

red 223 ◦ green 160 ◦ blue 151

#DFA097
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #DFA097

Tints of Petite Orchid #DFA097

RGB

 RED value IS 223 (87.5% from 255) = 41.76%

 GREEN value IS 160 (62.89% from 255) = 29.96%

 BLUE value IS 151 (59.38% from 255) = 28.28%

R = 41.76%
G = 29.96%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFA097 (or 0xDFA097) is known color: Petite Orchid. HEX triplet: DF, A0 and 97. RGB value is (223,160,151). Sum of RGB (Red+Green+Blue) = 223+160+151=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA097 is #205F68. Grayscale: #B1B1B1. Windows color (decimal): -2121577 or 9937119. OLE color: 9937119.

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

Color convert

RGB 223 160 151 -
CMYK 0 0.28 0.32 0.13
HSL 7.5º 0.53% 0.73% -
HSV(B) 7.5º 0.32% 0.87% -
XYZ 48.59 43.06 35.03 -
YUV 177.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 223 160 151 0 0.28 0.32 0.13 7.5 0.53 0.73
Hex DF A0 97 0 1C 20 D 8 35 49
Octal 337 240 227 0 34 40 15 10 65 111
Binary 11011111 10100000 10010111 0 11100 100000 1101 1000 110101 1001001

Color Harmonies of #DFA097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA097

Black with #DFA097

Text Example


Text Example

White with #DFA097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA097; }

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

 H1.HeaderClassName
 {
   color: #DFA097;
 }
 .AnyTagClassName
 {
   color: #DFA097;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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