Html Css Color HEX #D49A8F Petite Orchid

📋 copy color: '#D49A8F'

red 212 ◦ green 154 ◦ blue 143

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

Shades of Petite Orchid #D49A8F

Tints of Petite Orchid #D49A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.26%

 BLUE value IS 143 (56.25% from 255) = 28.09%

R = 41.65%
G = 30.26%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D49A8F (or 0xD49A8F) is known color: Petite Orchid. HEX triplet: D4, 9A and 8F. RGB value is (212,154,143). Sum of RGB (Red+Green+Blue) = 212+154+143=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A8F is #2B6570. Grayscale: #AAAAAA. Windows color (decimal): -2844017 or 9411284. OLE color: 9411284.

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

Color convert

RGB 212 154 143 -
CMYK 0 0.27 0.33 0.17
HSL 9.57º 0.45% 0.7% -
HSV(B) 9.57º 0.33% 0.83% -
XYZ 43.66 39.09 31.23 -
YUV 170.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 212 154 143 0 0.27 0.33 0.17 9.57 0.45 0.7
Hex D4 9A 8F 0 1B 21 11 A 2D 46
Octal 324 232 217 0 33 41 21 12 55 106
Binary 11010100 10011010 10001111 0 11011 100001 10001 1010 101101 1000110

Color Harmonies of #D49A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A8F

Black with #D49A8F

Text Example


Text Example

White with #D49A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A8F; }

 p { color: rgb(212,154,143); }

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

background-color css

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

 a { background-color: rgb(212,154,143); }

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

border-color css

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

 span { border-color: rgb(212,154,143); }

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