Html Css Color HEX #D49F62 Porsche

📋 copy color: '#D49F62'

red 212 ◦ green 159 ◦ blue 98

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

Shades of Porsche #D49F62

Tints of Porsche #D49F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.9%

R = 45.2%
G = 33.9%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D49F62 (or 0xD49F62) is known color: Porsche. HEX triplet: D4, 9F and 62. RGB value is (212,159,98). Sum of RGB (Red+Green+Blue) = 212+159+98=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F62 is #2B609D. Grayscale: #A8A8A8. Windows color (decimal): -2842782 or 6463444. OLE color: 6463444.

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

Color convert

RGB 212 159 98 -
CMYK 0 0.25 0.54 0.17
HSL 32.11º 0.57% 0.61% -
HSV(B) 32.11º 0.54% 0.83% -
XYZ 41.75 39.68 17.01 -
YUV 167.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 212 159 98 0 0.25 0.54 0.17 32.11 0.57 0.61
Hex D4 9F 62 0 19 36 11 20 39 3D
Octal 324 237 142 0 31 66 21 40 71 75
Binary 11010100 10011111 1100010 0 11001 110110 10001 100000 111001 111101

Color Harmonies of #D49F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F62

Black with #D49F62

Text Example


Text Example

White with #D49F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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