#D9958A

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

Shades of Petite Orchid #D9958A

Tints of Petite Orchid #D9958A

Color information

#D9958A (or 0xD9958A) is unknown color: approx Petite Orchid. HEX triplet: D9, 95 and 8A. RGB value is (217,149,138). Sum of RGB (Red+Green+Blue) = 217+149+138=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9958A is #266A75. Grayscale: #A8A8A8. Windows color (decimal): -2517622 or 9082329. OLE color: 9082329.

HSL color Cylindrical-coordinate representation of color #D9958A: hue angle of 8.35º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9958A is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217149138-
CMYK00.310.360.15
HSL8.35º50.97%69.61%-
HSV(B)8.35º36.41%85.1%-
XYZ43.9538.0829.08-
YUV168.08111.03162.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=43.06%
G=29.56%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714913800.310.360.158.3550.9769.61
HexD9958A01F24F83346
Octal33122521203744171063106
Binary110110011001010110001010011111100100111110001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9958A; }

 p { color: rgb(217,149,138); }

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

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

 a { background-color: rgb(217,149,138); }

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

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

 span { border-color: rgb(217,149,138); }

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