Html Css Color HEX #D49C9A Petite Orchid

📋 copy color: '#D49C9A'

red 212 ◦ green 156 ◦ blue 154

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

Shades of Petite Orchid #D49C9A

Tints of Petite Orchid #D49C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.89%

 BLUE value IS 154 (60.55% from 255) = 29.5%

R = 40.61%
G = 29.89%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D49C9A (or 0xD49C9A) is known color: Petite Orchid. HEX triplet: D4, 9C and 9A. RGB value is (212,156,154). Sum of RGB (Red+Green+Blue) = 212+156+154=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C9A is #2B6365. Grayscale: #ACACAC. Windows color (decimal): -2843494 or 10132692. OLE color: 10132692.

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

Color convert

RGB 212 156 154 -
CMYK 0 0.26 0.27 0.17
HSL 2.07º 0.4% 0.72% -
HSV(B) 2.07º 0.27% 0.83% -
XYZ 44.87 40.11 35.95 -
YUV 172.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 212 156 154 0 0.26 0.27 0.17 2.07 0.4 0.72
Hex D4 9C 9A 0 1A 1B 11 2 28 48
Octal 324 234 232 0 32 33 21 2 50 110
Binary 11010100 10011100 10011010 0 11010 11011 10001 10 101000 1001000

Color Harmonies of #D49C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C9A

Black with #D49C9A

Text Example


Text Example

White with #D49C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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