Html Css Color HEX #D49C9B Petite Orchid

📋 copy color: '#D49C9B'

red 212 ◦ green 156 ◦ blue 155

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

Shades of Petite Orchid #D49C9B

Tints of Petite Orchid #D49C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.64%

R = 40.54%
G = 29.83%
B = 29.64%

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

#D49C9B (or 0xD49C9B) is known color: Petite Orchid. HEX triplet: D4, 9C and 9B. RGB value is (212,156,155). Sum of RGB (Red+Green+Blue) = 212+156+155=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C9B is #2B6364. Grayscale: #ACACAC. Windows color (decimal): -2843493 or 10198228. OLE color: 10198228.

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

Color convert

RGB 212 156 155 -
CMYK 0 0.26 0.27 0.17
HSL 1.05º 0.4% 0.72% -
HSV(B) 1.05º 0.27% 0.83% -
XYZ 44.96 40.14 36.39 -
YUV 172.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 212 156 155 0 0.26 0.27 0.17 1.05 0.4 0.72
Hex D4 9C 9B 0 1A 1B 11 1 28 48
Octal 324 234 233 0 32 33 21 1 50 110
Binary 11010100 10011100 10011011 0 11010 11011 10001 1 101000 1001000

Color Harmonies of #D49C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C9B

Black with #D49C9B

Text Example


Text Example

White with #D49C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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