#D99C97

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

Shades of Petite Orchid #D99C97

Tints of Petite Orchid #D99C97

Color information

#D99C97 (or 0xD99C97) is unknown color: approx Petite Orchid. HEX triplet: D9, 9C and 97. RGB value is (217,156,151). Sum of RGB (Red+Green+Blue) = 217+156+151=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C97 is #266368. Grayscale: #ADADAD. Windows color (decimal): -2515817 or 9936089. OLE color: 9936089.

HSL color Cylindrical-coordinate representation of color #D99C97: hue angle of 4.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99C97 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217156151-
CMYK00.280.300.15
HSL4.55º46.48%72.16%-
HSV(B)4.55º30.41%85.1%-
XYZ46.0940.7634.72-
YUV173.67115.21158.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 151 (59.38% from 255) = 28.82%
R=41.41%
G=29.77%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715615100.280.300.154.5546.4872.16
HexD99C9701C1EF52e48
Octal3312342270343617556110
Binary1101100110011100100101110111001111011111011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99C97; }

 p { color: rgb(217,156,151); }

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

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

 a { background-color: rgb(217,156,151); }

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

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

 span { border-color: rgb(217,156,151); }

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