Html Css Color HEX #D49D5B Porsche

📋 copy color: '#D49D5B'

red 212 ◦ green 157 ◦ blue 91

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

Shades of Porsche #D49D5B

Tints of Porsche #D49D5B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.13%

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

R = 46.09%
G = 34.13%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D49D5B (or 0xD49D5B) is known color: Porsche. HEX triplet: D4, 9D and 5B. RGB value is (212,157,91). Sum of RGB (Red+Green+Blue) = 212+157+91=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D5B is #2B62A4. Grayscale: #A6A6A6. Windows color (decimal): -2843301 or 6004180. OLE color: 6004180.

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

Color convert

RGB 212 157 91 -
CMYK 0 0.26 0.57 0.17
HSL 32.73º 0.58% 0.59% -
HSV(B) 32.73º 0.57% 0.83% -
XYZ 41.1 38.87 15.23 -
YUV 165.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 212 157 91 0 0.26 0.57 0.17 32.73 0.58 0.59
Hex D4 9D 5B 0 1A 39 11 21 3A 3B
Octal 324 235 133 0 32 71 21 41 72 73
Binary 11010100 10011101 1011011 0 11010 111001 10001 100001 111010 111011

Color Harmonies of #D49D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D5B

Black with #D49D5B

Text Example


Text Example

White with #D49D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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