Html Css Color HEX #D49D52 Porsche

📋 copy color: '#D49D52'

red 212 ◦ green 157 ◦ blue 82

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

Shades of Porsche #D49D52

Tints of Porsche #D49D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.18%

R = 47.01%
G = 34.81%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D49D52 (or 0xD49D52) is known color: Porsche. HEX triplet: D4, 9D and 52. RGB value is (212,157,82). Sum of RGB (Red+Green+Blue) = 212+157+82=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D52 is #2B62AD. Grayscale: #A5A5A5. Windows color (decimal): -2843310 or 5414356. OLE color: 5414356.

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

Color convert

RGB 212 157 82 -
CMYK 0 0.26 0.61 0.17
HSL 34.62º 0.6% 0.58% -
HSV(B) 34.62º 0.61% 0.83% -
XYZ 40.73 38.72 13.31 -
YUV 164.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 212 157 82 0 0.26 0.61 0.17 34.62 0.6 0.58
Hex D4 9D 52 0 1A 3D 11 23 3C 3A
Octal 324 235 122 0 32 75 21 43 74 72
Binary 11010100 10011101 1010010 0 11010 111101 10001 100011 111100 111010

Color Harmonies of #D49D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D52

Black with #D49D52

Text Example


Text Example

White with #D49D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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