Html Css Color HEX #D9958B Petite Orchid

📋 copy color: '#D9958B'

red 217 ◦ green 149 ◦ blue 139

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

Shades of Petite Orchid #D9958B

Tints of Petite Orchid #D9958B

RGB

 RED value IS 217 (85.16% from 255) = 42.97%

 GREEN value IS 149 (58.59% from 255) = 29.5%

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 42.97%
G = 29.5%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9958B (or 0xD9958B) is known color: Petite Orchid. HEX triplet: D9, 95 and 8B. RGB value is (217,149,139). Sum of RGB (Red+Green+Blue) = 217+149+139=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9958B is #266A74. Grayscale: #A8A8A8. Windows color (decimal): -2517621 or 9147865. OLE color: 9147865.

HSL color Cylindrical-coordinate representation of color #D9958B: hue angle of 7.69º 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 #D9958B is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 139 -
CMYK 0 0.31 0.36 0.15
HSL 7.69º 0.51% 0.7% -
HSV(B) 7.69º 0.36% 0.85% -
XYZ 44.02 38.11 29.46 -
YUV 168.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 217 149 139 0 0.31 0.36 0.15 7.69 0.51 0.7
Hex D9 95 8B 0 1F 24 F 8 33 46
Octal 331 225 213 0 37 44 17 10 63 106
Binary 11011001 10010101 10001011 0 11111 100100 1111 1000 110011 1000110

Color Harmonies of #D9958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9958B

Black with #D9958B

Text Example


Text Example

White with #D9958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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