Html Css Color HEX #D49F5D Porsche

📋 copy color: '#D49F5D'

red 212 ◦ green 159 ◦ blue 93

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

Shades of Porsche #D49F5D

Tints of Porsche #D49F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.04%

R = 45.69%
G = 34.27%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D49F5D (or 0xD49F5D) is known color: Porsche. HEX triplet: D4, 9F and 5D. RGB value is (212,159,93). Sum of RGB (Red+Green+Blue) = 212+159+93=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F5D is #2B60A2. Grayscale: #A7A7A7. Windows color (decimal): -2842787 or 6135764. OLE color: 6135764.

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

Color convert

RGB 212 159 93 -
CMYK 0 0.25 0.56 0.17
HSL 33.28º 0.58% 0.6% -
HSV(B) 33.28º 0.56% 0.83% -
XYZ 41.53 39.58 15.81 -
YUV 167.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 212 159 93 0 0.25 0.56 0.17 33.28 0.58 0.6
Hex D4 9F 5D 0 19 38 11 21 3A 3C
Octal 324 237 135 0 31 70 21 41 72 74
Binary 11010100 10011111 1011101 0 11001 111000 10001 100001 111010 111100

Color Harmonies of #D49F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F5D

Black with #D49F5D

Text Example


Text Example

White with #D49F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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