Html Css Color HEX #D49B9A Petite Orchid

📋 copy color: '#D49B9A'

red 212 ◦ green 155 ◦ blue 154

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

Shades of Petite Orchid #D49B9A

Tints of Petite Orchid #D49B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.75%

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

R = 40.69%
G = 29.75%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D49B9A (or 0xD49B9A) is known color: Petite Orchid. HEX triplet: D4, 9B and 9A. RGB value is (212,155,154). Sum of RGB (Red+Green+Blue) = 212+155+154=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49B9A is #2B6465. Grayscale: #ABABAB. Windows color (decimal): -2843750 or 10132436. OLE color: 10132436.

HSL color Cylindrical-coordinate representation of color #D49B9A: hue angle of 1.03º 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 #D49B9A is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 155 154 -
CMYK 0 0.27 0.27 0.17
HSL 1.03º 0.4% 0.72% -
HSV(B) 1.03º 0.27% 0.83% -
XYZ 44.71 39.77 35.89 -
YUV 171.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 212 155 154 0 0.27 0.27 0.17 1.03 0.4 0.72
Hex D4 9B 9A 0 1B 1B 11 1 28 48
Octal 324 233 232 0 33 33 21 1 50 110
Binary 11010100 10011011 10011010 0 11011 11011 10001 1 101000 1001000

Color Harmonies of #D49B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49B9A

Black with #D49B9A

Text Example


Text Example

White with #D49B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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