Html Css Color HEX #D09392 Petite Orchid

📋 copy color: '#D09392'

red 208 ◦ green 147 ◦ blue 146

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

Shades of Petite Orchid #D09392

Tints of Petite Orchid #D09392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.34%

 BLUE value IS 146 (57.42% from 255) = 29.14%

R = 41.52%
G = 29.34%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09392 (or 0xD09392) is known color: Petite Orchid. HEX triplet: D0, 93 and 92. RGB value is (208,147,146). Sum of RGB (Red+Green+Blue) = 208+147+146=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D09392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09392 is #2F6C6D. Grayscale: #A5A5A5. Windows color (decimal): -3107950 or 9606096. OLE color: 9606096.

HSL color Cylindrical-coordinate representation of color #D09392: hue angle of 0.97º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09392 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 146 -
CMYK 0 0.29 0.30 0.18
HSL 0.97º 0.4% 0.69% -
HSV(B) 0.97º 0.3% 0.82% -
XYZ 41.63 36.35 32.02 -
YUV 165.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 208 147 146 0 0.29 0.30 0.18 0.97 0.4 0.69
Hex D0 93 92 0 1D 1E 12 1 28 45
Octal 320 223 222 0 35 36 22 1 50 105
Binary 11010000 10010011 10010010 0 11101 11110 10010 1 101000 1000101

Color Harmonies of #D09392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09392

Black with #D09392

Text Example


Text Example

White with #D09392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09392; }

 p { color: rgb(208,147,146); }

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

background-color css

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

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

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

border-color css

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

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

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