Html Css Color HEX #D49E5B Porsche

📋 copy color: '#D49E5B'

red 212 ◦ green 158 ◦ blue 91

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

Shades of Porsche #D49E5B

Tints of Porsche #D49E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 45.99%
G = 34.27%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D49E5B (or 0xD49E5B) is known color: Porsche. HEX triplet: D4, 9E and 5B. RGB value is (212,158,91). Sum of RGB (Red+Green+Blue) = 212+158+91=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E5B is #2B61A4. Grayscale: #A6A6A6. Windows color (decimal): -2843045 or 6004436. OLE color: 6004436.

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

Color convert

RGB 212 158 91 -
CMYK 0 0.25 0.57 0.17
HSL 33.22º 0.58% 0.59% -
HSV(B) 33.22º 0.57% 0.83% -
XYZ 41.27 39.21 15.29 -
YUV 166.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 212 158 91 0 0.25 0.57 0.17 33.22 0.58 0.59
Hex D4 9E 5B 0 19 39 11 21 3A 3B
Octal 324 236 133 0 31 71 21 41 72 73
Binary 11010100 10011110 1011011 0 11001 111001 10001 100001 111010 111011

Color Harmonies of #D49E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E5B

Black with #D49E5B

Text Example


Text Example

White with #D49E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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