Html Css Color HEX #D99792 Petite Orchid

📋 copy color: '#D99792'

red 217 ◦ green 151 ◦ blue 146

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

Shades of Petite Orchid #D99792

Tints of Petite Orchid #D99792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.4%

R = 42.22%
G = 29.38%
B = 28.4%

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

#D99792 (or 0xD99792) is known color: Petite Orchid. HEX triplet: D9, 97 and 92. RGB value is (217,151,146). Sum of RGB (Red+Green+Blue) = 217+151+146=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D99792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99792 is #26686D. Grayscale: #AAAAAA. Windows color (decimal): -2517102 or 9607129. OLE color: 9607129.

HSL color Cylindrical-coordinate representation of color #D99792: hue angle of 4.23º degrees, saturation: 0.48, 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 #D99792 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 146 -
CMYK 0 0.30 0.33 0.15
HSL 4.23º 0.48% 0.71% -
HSV(B) 4.23º 0.33% 0.85% -
XYZ 44.87 38.96 32.35 -
YUV 170.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 217 151 146 0 0.30 0.33 0.15 4.23 0.48 0.71
Hex D9 97 92 0 1E 21 F 4 30 47
Octal 331 227 222 0 36 41 17 4 60 107
Binary 11011001 10010111 10010010 0 11110 100001 1111 100 110000 1000111

Color Harmonies of #D99792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99792

Black with #D99792

Text Example


Text Example

White with #D99792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99792; }

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

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

background-color css

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

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

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

border-color css

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

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

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