Html Css Color HEX #D0958A Petite Orchid

📋 copy color: '#D0958A'

red 208 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #D0958A

Tints of Petite Orchid #D0958A

RGB

 RED value IS 208 (81.64% from 255) = 42.02%

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

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 42.02%
G = 30.1%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0958A (or 0xD0958A) is known color: Petite Orchid. HEX triplet: D0, 95 and 8A. RGB value is (208,149,138). Sum of RGB (Red+Green+Blue) = 208+149+138=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0958A is #2F6A75. Grayscale: #A5A5A5. Windows color (decimal): -3107446 or 9082320. OLE color: 9082320.

HSL color Cylindrical-coordinate representation of color #D0958A: hue angle of 9.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0958A is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 138 -
CMYK 0 0.28 0.34 0.18
HSL 9.43º 0.43% 0.68% -
HSV(B) 9.43º 0.34% 0.82% -
XYZ 41.35 36.74 28.96 -
YUV 165.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 208 149 138 0 0.28 0.34 0.18 9.43 0.43 0.68
Hex D0 95 8A 0 1C 22 12 9 2B 44
Octal 320 225 212 0 34 42 22 11 53 104
Binary 11010000 10010101 10001010 0 11100 100010 10010 1001 101011 1000100

Color Harmonies of #D0958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0958A

Black with #D0958A

Text Example


Text Example

White with #D0958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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