Html Css Color HEX #D9958C Petite Orchid

📋 copy color: '#D9958C'

red 217 ◦ green 149 ◦ blue 140

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

Shades of Petite Orchid #D9958C

Tints of Petite Orchid #D9958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 42.89%
G = 29.45%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9958C (or 0xD9958C) is known color: Petite Orchid. HEX triplet: D9, 95 and 8C. RGB value is (217,149,140). Sum of RGB (Red+Green+Blue) = 217+149+140=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9958C is #266A73. Grayscale: #A8A8A8. Windows color (decimal): -2517620 or 9213401. OLE color: 9213401.

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

Color convert

RGB 217 149 140 -
CMYK 0 0.31 0.35 0.15
HSL 7.01º 0.5% 0.7% -
HSV(B) 7.01º 0.35% 0.85% -
XYZ 44.1 38.14 29.85 -
YUV 168.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 217 149 140 0 0.31 0.35 0.15 7.01 0.5 0.7
Hex D9 95 8C 0 1F 23 F 7 32 46
Octal 331 225 214 0 37 43 17 7 62 106
Binary 11011001 10010101 10001100 0 11111 100011 1111 111 110010 1000110

Color Harmonies of #D9958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9958C

Black with #D9958C

Text Example


Text Example

White with #D9958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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