Html Css Color HEX #D79690 Petite Orchid

📋 copy color: '#D79690'

red 215 ◦ green 150 ◦ blue 144

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

Shades of Petite Orchid #D79690

Tints of Petite Orchid #D79690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 42.24%
G = 29.47%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D79690 (or 0xD79690) is known color: Petite Orchid. HEX triplet: D7, 96 and 90. RGB value is (215,150,144). Sum of RGB (Red+Green+Blue) = 215+150+144=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D79690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79690 is #28696F. Grayscale: #A8A8A8. Windows color (decimal): -2648432 or 9475799. OLE color: 9475799.

HSL color Cylindrical-coordinate representation of color #D79690: hue angle of 5.07º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D79690 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 150 144 -
CMYK 0 0.30 0.33 0.16
HSL 5.07º 0.47% 0.7% -
HSV(B) 5.07º 0.33% 0.84% -
XYZ 43.96 38.27 31.46 -
YUV 168.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 215 150 144 0 0.30 0.33 0.16 5.07 0.47 0.7
Hex D7 96 90 0 1E 21 10 5 2F 46
Octal 327 226 220 0 36 41 20 5 57 106
Binary 11010111 10010110 10010000 0 11110 100001 10000 101 101111 1000110

Color Harmonies of #D79690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79690

Black with #D79690

Text Example


Text Example

White with #D79690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79690; }

 p { color: rgb(215,150,144); }

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

background-color css

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

 a { background-color: rgb(215,150,144); }

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

border-color css

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

 span { border-color: rgb(215,150,144); }

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