Html Css Color HEX #D79A8A Petite Orchid

📋 copy color: '#D79A8A'

red 215 ◦ green 154 ◦ blue 138

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

Shades of Petite Orchid #D79A8A

Tints of Petite Orchid #D79A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.37%

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 42.41%
G = 30.37%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D79A8A (or 0xD79A8A) is known color: Petite Orchid. HEX triplet: D7, 9A and 8A. RGB value is (215,154,138). Sum of RGB (Red+Green+Blue) = 215+154+138=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79A8A is #286575. Grayscale: #AAAAAA. Windows color (decimal): -2647414 or 9083607. OLE color: 9083607.

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

Color convert

RGB 215 154 138 -
CMYK 0 0.28 0.36 0.16
HSL 12.47º 0.49% 0.69% -
HSV(B) 12.47º 0.36% 0.84% -
XYZ 44.17 39.39 29.32 -
YUV 170.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 215 154 138 0 0.28 0.36 0.16 12.47 0.49 0.69
Hex D7 9A 8A 0 1C 24 10 C 31 45
Octal 327 232 212 0 34 44 20 14 61 105
Binary 11010111 10011010 10001010 0 11100 100100 10000 1100 110001 1000101

Color Harmonies of #D79A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79A8A

Black with #D79A8A

Text Example


Text Example

White with #D79A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79A8A; }

 p { color: rgb(215,154,138); }

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

background-color css

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

 a { background-color: rgb(215,154,138); }

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

border-color css

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

 span { border-color: rgb(215,154,138); }

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