Html Css Color HEX #D09892 Petite Orchid

📋 copy color: '#D09892'

red 208 ◦ green 152 ◦ blue 146

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

Shades of Petite Orchid #D09892

Tints of Petite Orchid #D09892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.04%

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

R = 41.11%
G = 30.04%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09892 (or 0xD09892) is known color: Petite Orchid. HEX triplet: D0, 98 and 92. RGB value is (208,152,146). Sum of RGB (Red+Green+Blue) = 208+152+146=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D09892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09892 is #2F676D. Grayscale: #A8A8A8. Windows color (decimal): -3106670 or 9607376. OLE color: 9607376.

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

Color convert

RGB 208 152 146 -
CMYK 0 0.27 0.30 0.18
HSL 5.81º 0.4% 0.69% -
HSV(B) 5.81º 0.3% 0.82% -
XYZ 42.43 37.94 32.28 -
YUV 168.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 208 152 146 0 0.27 0.30 0.18 5.81 0.4 0.69
Hex D0 98 92 0 1B 1E 12 6 28 45
Octal 320 230 222 0 33 36 22 6 50 105
Binary 11010000 10011000 10010010 0 11011 11110 10010 110 101000 1000101

Color Harmonies of #D09892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09892

Black with #D09892

Text Example


Text Example

White with #D09892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09892; }

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

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

background-color css

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

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

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

border-color css

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

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

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