Html Css Color HEX #D99692 Petite Orchid

📋 copy color: '#D99692'

red 217 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #D99692

Tints of Petite Orchid #D99692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

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

R = 42.3%
G = 29.24%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D99692 (or 0xD99692) is known color: Petite Orchid. HEX triplet: D9, 96 and 92. RGB value is (217,150,146). Sum of RGB (Red+Green+Blue) = 217+150+146=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D99692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99692 is #26696D. Grayscale: #A9A9A9. Windows color (decimal): -2517358 or 9606873. OLE color: 9606873.

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

Color convert

RGB 217 150 146 -
CMYK 0 0.31 0.33 0.15
HSL 3.38º 0.48% 0.71% -
HSV(B) 3.38º 0.33% 0.85% -
XYZ 44.71 38.64 32.3 -
YUV 169.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 217 150 146 0 0.31 0.33 0.15 3.38 0.48 0.71
Hex D9 96 92 0 1F 21 F 3 30 47
Octal 331 226 222 0 37 41 17 3 60 107
Binary 11011001 10010110 10010010 0 11111 100001 1111 11 110000 1000111

Color Harmonies of #D99692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99692

Black with #D99692

Text Example


Text Example

White with #D99692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99692; }

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

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

background-color css

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

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

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

border-color css

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

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

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