Html Css Color HEX #D49790 Petite Orchid

📋 copy color: '#D49790'

red 212 ◦ green 151 ◦ blue 144

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

Shades of Petite Orchid #D49790

Tints of Petite Orchid #D49790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 41.81%
G = 29.78%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D49790 (or 0xD49790) is known color: Petite Orchid. HEX triplet: D4, 97 and 90. RGB value is (212,151,144). Sum of RGB (Red+Green+Blue) = 212+151+144=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D49790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49790 is #2B686F. Grayscale: #A8A8A8. Windows color (decimal): -2844784 or 9476052. OLE color: 9476052.

HSL color Cylindrical-coordinate representation of color #D49790: hue angle of 6.18º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49790 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 144 -
CMYK 0 0.29 0.32 0.17
HSL 6.18º 0.44% 0.7% -
HSV(B) 6.18º 0.32% 0.83% -
XYZ 43.25 38.14 31.47 -
YUV 168.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 212 151 144 0 0.29 0.32 0.17 6.18 0.44 0.7
Hex D4 97 90 0 1D 20 11 6 2C 46
Octal 324 227 220 0 35 40 21 6 54 106
Binary 11010100 10010111 10010000 0 11101 100000 10001 110 101100 1000110

Color Harmonies of #D49790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49790

Black with #D49790

Text Example


Text Example

White with #D49790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49790; }

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

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

background-color css

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

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

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

border-color css

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

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

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