Html Css Color HEX #D49E5D Porsche

📋 copy color: '#D49E5D'

red 212 ◦ green 158 ◦ blue 93

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

Shades of Porsche #D49E5D

Tints of Porsche #D49E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.13%

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

R = 45.79%
G = 34.13%
B = 20.09%

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

#D49E5D (or 0xD49E5D) is known color: Porsche. HEX triplet: D4, 9E and 5D. RGB value is (212,158,93). Sum of RGB (Red+Green+Blue) = 212+158+93=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E5D is #2B61A2. Grayscale: #A7A7A7. Windows color (decimal): -2843043 or 6135508. OLE color: 6135508.

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

Color convert

RGB 212 158 93 -
CMYK 0 0.25 0.56 0.17
HSL 32.77º 0.58% 0.6% -
HSV(B) 32.77º 0.56% 0.83% -
XYZ 41.35 39.24 15.75 -
YUV 166.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 212 158 93 0 0.25 0.56 0.17 32.77 0.58 0.6
Hex D4 9E 5D 0 19 38 11 21 3A 3C
Octal 324 236 135 0 31 70 21 41 72 74
Binary 11010100 10011110 1011101 0 11001 111000 10001 100001 111010 111100

Color Harmonies of #D49E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E5D

Black with #D49E5D

Text Example


Text Example

White with #D49E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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