Html Css Color HEX #D49F63 Porsche

📋 copy color: '#D49F63'

red 212 ◦ green 159 ◦ blue 99

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

Shades of Porsche #D49F63

Tints of Porsche #D49F63

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.83%

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 45.11%
G = 33.83%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D49F63 (or 0xD49F63) is known color: Porsche. HEX triplet: D4, 9F and 63. RGB value is (212,159,99). Sum of RGB (Red+Green+Blue) = 212+159+99=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F63 is #2B609C. Grayscale: #A8A8A8. Windows color (decimal): -2842781 or 6528980. OLE color: 6528980.

HSL color Cylindrical-coordinate representation of color #D49F63: hue angle of 31.86º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D49F63 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 99 -
CMYK 0 0.25 0.53 0.17
HSL 31.86º 0.57% 0.61% -
HSV(B) 31.86º 0.53% 0.83% -
XYZ 41.8 39.69 17.26 -
YUV 168.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 212 159 99 0 0.25 0.53 0.17 31.86 0.57 0.61
Hex D4 9F 63 0 19 35 11 20 39 3D
Octal 324 237 143 0 31 65 21 40 71 75
Binary 11010100 10011111 1100011 0 11001 110101 10001 100000 111001 111101

Color Harmonies of #D49F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F63

Black with #D49F63

Text Example


Text Example

White with #D49F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F63; }

 p { color: rgb(212,159,99); }

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

background-color css

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

 a { background-color: rgb(212,159,99); }

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

border-color css

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

 span { border-color: rgb(212,159,99); }

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