Html Css Color HEX #D99796 Petite Orchid

📋 copy color: '#D99796'

red 217 ◦ green 151 ◦ blue 150

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

Shades of Petite Orchid #D99796

Tints of Petite Orchid #D99796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 41.89%
G = 29.15%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D99796 (or 0xD99796) is known color: Petite Orchid. HEX triplet: D9, 97 and 96. RGB value is (217,151,150). Sum of RGB (Red+Green+Blue) = 217+151+150=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D99796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99796 is #266869. Grayscale: #AAAAAA. Windows color (decimal): -2517098 or 9869273. OLE color: 9869273.

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

Color convert

RGB 217 151 150 -
CMYK 0 0.30 0.31 0.15
HSL 0.9º 0.47% 0.72% -
HSV(B) 0.9º 0.31% 0.85% -
XYZ 45.19 39.09 34.02 -
YUV 170.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 217 151 150 0 0.30 0.31 0.15 0.9 0.47 0.72
Hex D9 97 96 0 1E 1F F 1 2F 48
Octal 331 227 226 0 36 37 17 1 57 110
Binary 11011001 10010111 10010110 0 11110 11111 1111 1 101111 1001000

Color Harmonies of #D99796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99796

Black with #D99796

Text Example


Text Example

White with #D99796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99796; }

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

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

background-color css

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

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

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

border-color css

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

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

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