Html Css Color HEX #D09898 Petite Orchid

📋 copy color: '#D09898'

red 208 ◦ green 152 ◦ blue 152

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

Shades of Petite Orchid #D09898

Tints of Petite Orchid #D09898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.69%

R = 40.63%
G = 29.69%
B = 29.69%

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

#D09898 (or 0xD09898) is known color: Petite Orchid. HEX triplet: D0, 98 and 98. RGB value is (208,152,152). Sum of RGB (Red+Green+Blue) = 208+152+152=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D09898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09898 is #2F6767. Grayscale: #A8A8A8. Windows color (decimal): -3106664 or 10000592. OLE color: 10000592.

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

Color convert

RGB 208 152 152 -
CMYK 0 0.27 0.27 0.18
HSL 0.37% 0.71% -
HSV(B) 0.27% 0.82% -
XYZ 42.91 38.13 34.8 -
YUV 168.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 208 152 152 0 0.27 0.27 0.18 0 0.37 0.71
Hex D0 98 98 0 1B 1B 12 0 25 47
Octal 320 230 230 0 33 33 22 0 45 107
Binary 11010000 10011000 10011000 0 11011 11011 10010 0 100101 1000111

Color Harmonies of #D09898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09898

Black with #D09898

Text Example


Text Example

White with #D09898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09898; }

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

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

background-color css

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

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

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

border-color css

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

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

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