Html Css Color HEX #D49A55 Porsche

📋 copy color: '#D49A55'

red 212 ◦ green 154 ◦ blue 85

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

Shades of Porsche #D49A55

Tints of Porsche #D49A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.85%

R = 47.01%
G = 34.15%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D49A55 (or 0xD49A55) is known color: Porsche. HEX triplet: D4, 9A and 55. RGB value is (212,154,85). Sum of RGB (Red+Green+Blue) = 212+154+85=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A55 is #2B65AA. Grayscale: #A3A3A3. Windows color (decimal): -2844075 or 5610196. OLE color: 5610196.

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

Color convert

RGB 212 154 85 -
CMYK 0 0.27 0.60 0.17
HSL 32.6º 0.6% 0.58% -
HSV(B) 32.6º 0.6% 0.83% -
XYZ 40.35 37.76 13.76 -
YUV 163.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 212 154 85 0 0.27 0.60 0.17 32.6 0.6 0.58
Hex D4 9A 55 0 1B 3C 11 21 3C 3A
Octal 324 232 125 0 33 74 21 41 74 72
Binary 11010100 10011010 1010101 0 11011 111100 10001 100001 111100 111010

Color Harmonies of #D49A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A55

Black with #D49A55

Text Example


Text Example

White with #D49A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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