Html Css Color HEX #D79488 Petite Orchid

📋 copy color: '#D79488'

red 215 ◦ green 148 ◦ blue 136

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

Shades of Petite Orchid #D79488

Tints of Petite Orchid #D79488

RGB

 RED value IS 215 (84.38% from 255) = 43.09%

 GREEN value IS 148 (58.2% from 255) = 29.66%

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 43.09%
G = 29.66%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D79488 (or 0xD79488) is known color: Petite Orchid. HEX triplet: D7, 94 and 88. RGB value is (215,148,136). Sum of RGB (Red+Green+Blue) = 215+148+136=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D79488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79488 is #286B77. Grayscale: #A6A6A6. Windows color (decimal): -2648952 or 8950999. OLE color: 8950999.

HSL color Cylindrical-coordinate representation of color #D79488: hue angle of 9.11º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D79488 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 136 -
CMYK 0 0.31 0.37 0.16
HSL 9.11º 0.5% 0.69% -
HSV(B) 9.11º 0.37% 0.84% -
XYZ 43.06 37.4 28.24 -
YUV 166.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 215 148 136 0 0.31 0.37 0.16 9.11 0.5 0.69
Hex D7 94 88 0 1F 25 10 9 32 45
Octal 327 224 210 0 37 45 20 11 62 105
Binary 11010111 10010100 10001000 0 11111 100101 10000 1001 110010 1000101

Color Harmonies of #D79488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79488

Black with #D79488

Text Example


Text Example

White with #D79488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79488; }

 p { color: rgb(215,148,136); }

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

background-color css

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

 a { background-color: rgb(215,148,136); }

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

border-color css

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

 span { border-color: rgb(215,148,136); }

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