Html Css Color HEX #D99791 Petite Orchid

📋 copy color: '#D99791'

red 217 ◦ green 151 ◦ blue 145

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

Shades of Petite Orchid #D99791

Tints of Petite Orchid #D99791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.27%

R = 42.3%
G = 29.43%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D99791 (or 0xD99791) is known color: Petite Orchid. HEX triplet: D9, 97 and 91. RGB value is (217,151,145). Sum of RGB (Red+Green+Blue) = 217+151+145=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D99791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99791 is #26686E. Grayscale: #AAAAAA. Windows color (decimal): -2517103 or 9541593. OLE color: 9541593.

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

Color convert

RGB 217 151 145 -
CMYK 0 0.30 0.33 0.15
HSL 0.49% 0.71% -
HSV(B) 0.33% 0.85% -
XYZ 44.79 38.93 31.94 -
YUV 170.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 217 151 145 0 0.30 0.33 0.15 5 0.49 0.71
Hex D9 97 91 0 1E 21 F 5 31 47
Octal 331 227 221 0 36 41 17 5 61 107
Binary 11011001 10010111 10010001 0 11110 100001 1111 101 110001 1000111

Color Harmonies of #D99791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99791

Black with #D99791

Text Example


Text Example

White with #D99791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99791; }

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

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

background-color css

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

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

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

border-color css

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

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

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