Html Css Color HEX #D49D5A Porsche

📋 copy color: '#D49D5A'

red 212 ◦ green 157 ◦ blue 90

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

Shades of Porsche #D49D5A

Tints of Porsche #D49D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 46.19%
G = 34.2%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D49D5A (or 0xD49D5A) is known color: Porsche. HEX triplet: D4, 9D and 5A. RGB value is (212,157,90). Sum of RGB (Red+Green+Blue) = 212+157+90=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D5A is #2B62A5. Grayscale: #A6A6A6. Windows color (decimal): -2843302 or 5938644. OLE color: 5938644.

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

Color convert

RGB 212 157 90 -
CMYK 0 0.26 0.58 0.17
HSL 32.95º 0.59% 0.59% -
HSV(B) 32.95º 0.58% 0.83% -
XYZ 41.05 38.85 15.01 -
YUV 165.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 212 157 90 0 0.26 0.58 0.17 32.95 0.59 0.59
Hex D4 9D 5A 0 1A 3A 11 21 3B 3B
Octal 324 235 132 0 32 72 21 41 73 73
Binary 11010100 10011101 1011010 0 11010 111010 10001 100001 111011 111011

Color Harmonies of #D49D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D5A

Black with #D49D5A

Text Example


Text Example

White with #D49D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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