Html Css Color HEX #D09797 Petite Orchid

📋 copy color: '#D09797'

red 208 ◦ green 151 ◦ blue 151

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

Shades of Petite Orchid #D09797

Tints of Petite Orchid #D09797

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.61%

 BLUE value IS 151 (59.38% from 255) = 29.61%

R = 40.78%
G = 29.61%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D09797 (or 0xD09797) is known color: Petite Orchid. HEX triplet: D0, 97 and 97. RGB value is (208,151,151). Sum of RGB (Red+Green+Blue) = 208+151+151=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D09797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09797 is #2F6868. Grayscale: #A8A8A8. Windows color (decimal): -3106921 or 9934800. OLE color: 9934800.

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

Color convert

RGB 208 151 151 -
CMYK 0 0.27 0.27 0.18
HSL 0.38% 0.7% -
HSV(B) 0.27% 0.82% -
XYZ 42.66 37.78 34.32 -
YUV 168.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 208 151 151 0 0.27 0.27 0.18 0 0.38 0.7
Hex D0 97 97 0 1B 1B 12 0 26 46
Octal 320 227 227 0 33 33 22 0 46 106
Binary 11010000 10010111 10010111 0 11011 11011 10010 0 100110 1000110

Color Harmonies of #D09797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09797

Black with #D09797

Text Example


Text Example

White with #D09797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09797; }

 p { color: rgb(208,151,151); }

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

background-color css

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

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

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

border-color css

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

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

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