Html Css Color HEX #D09992 Petite Orchid

📋 copy color: '#D09992'

red 208 ◦ green 153 ◦ blue 146

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

Shades of Petite Orchid #D09992

Tints of Petite Orchid #D09992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.18%

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

R = 41.03%
G = 30.18%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09992 (or 0xD09992) is known color: Petite Orchid. HEX triplet: D0, 99 and 92. RGB value is (208,153,146). Sum of RGB (Red+Green+Blue) = 208+153+146=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D09992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09992 is #2F666D. Grayscale: #A8A8A8. Windows color (decimal): -3106414 or 9607632. OLE color: 9607632.

HSL color Cylindrical-coordinate representation of color #D09992: hue angle of 6.77º 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 #D09992 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 146 -
CMYK 0 0.26 0.30 0.18
HSL 6.77º 0.4% 0.69% -
HSV(B) 6.77º 0.3% 0.82% -
XYZ 42.59 38.27 32.34 -
YUV 168.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 208 153 146 0 0.26 0.30 0.18 6.77 0.4 0.69
Hex D0 99 92 0 1A 1E 12 7 28 45
Octal 320 231 222 0 32 36 22 7 50 105
Binary 11010000 10011001 10010010 0 11010 11110 10010 111 101000 1000101

Color Harmonies of #D09992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09992

Black with #D09992

Text Example


Text Example

White with #D09992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09992; }

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

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

background-color css

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

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

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

border-color css

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

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

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