Html Css Color HEX #D99794 Petite Orchid

📋 copy color: '#D99794'

red 217 ◦ green 151 ◦ blue 148

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

Shades of Petite Orchid #D99794

Tints of Petite Orchid #D99794

RGB

 RED value IS 217 (85.16% from 255) = 42.05%

 GREEN value IS 151 (59.38% from 255) = 29.26%

 BLUE value IS 148 (58.2% from 255) = 28.68%

R = 42.05%
G = 29.26%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D99794 (or 0xD99794) is known color: Petite Orchid. HEX triplet: D9, 97 and 94. RGB value is (217,151,148). Sum of RGB (Red+Green+Blue) = 217+151+148=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D99794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99794 is #26686B. Grayscale: #AAAAAA. Windows color (decimal): -2517100 or 9738201. OLE color: 9738201.

HSL color Cylindrical-coordinate representation of color #D99794: hue angle of 2.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99794 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 148 -
CMYK 0 0.30 0.32 0.15
HSL 2.61º 0.48% 0.72% -
HSV(B) 2.61º 0.32% 0.85% -
XYZ 45.03 39.02 33.18 -
YUV 170.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 217 151 148 0 0.30 0.32 0.15 2.61 0.48 0.72
Hex D9 97 94 0 1E 20 F 3 30 48
Octal 331 227 224 0 36 40 17 3 60 110
Binary 11011001 10010111 10010100 0 11110 100000 1111 11 110000 1001000

Color Harmonies of #D99794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99794

Black with #D99794

Text Example


Text Example

White with #D99794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99794; }

 p { color: rgb(217,151,148); }

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

background-color css

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

 a { background-color: rgb(217,151,148); }

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

border-color css

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

 span { border-color: rgb(217,151,148); }

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