Html Css Color HEX #D49795 Petite Orchid

📋 copy color: '#D49795'

red 212 ◦ green 151 ◦ blue 149

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

Shades of Petite Orchid #D49795

Tints of Petite Orchid #D49795

RGB

 RED value IS 212 (83.2% from 255) = 41.41%

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

 BLUE value IS 149 (58.59% from 255) = 29.1%

R = 41.41%
G = 29.49%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D49795 (or 0xD49795) is known color: Petite Orchid. HEX triplet: D4, 97 and 95. RGB value is (212,151,149). Sum of RGB (Red+Green+Blue) = 212+151+149=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D49795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49795 is #2B686A. Grayscale: #A9A9A9. Windows color (decimal): -2844779 or 9803732. OLE color: 9803732.

HSL color Cylindrical-coordinate representation of color #D49795: hue angle of 1.9º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49795 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 149 -
CMYK 0 0.29 0.30 0.17
HSL 1.9º 0.42% 0.71% -
HSV(B) 1.9º 0.3% 0.83% -
XYZ 43.64 38.3 33.53 -
YUV 169.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 212 151 149 0 0.29 0.30 0.17 1.9 0.42 0.71
Hex D4 97 95 0 1D 1E 11 2 2A 47
Octal 324 227 225 0 35 36 21 2 52 107
Binary 11010100 10010111 10010101 0 11101 11110 10001 10 101010 1000111

Color Harmonies of #D49795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49795

Black with #D49795

Text Example


Text Example

White with #D49795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49795; }

 p { color: rgb(212,151,149); }

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

background-color css

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

 a { background-color: rgb(212,151,149); }

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

border-color css

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

 span { border-color: rgb(212,151,149); }

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