Html Css Color HEX #D49D54 Porsche

📋 copy color: '#D49D54'

red 212 ◦ green 157 ◦ blue 84

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

Shades of Porsche #D49D54

Tints of Porsche #D49D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.54%

R = 46.8%
G = 34.66%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D49D54 (or 0xD49D54) is known color: Porsche. HEX triplet: D4, 9D and 54. RGB value is (212,157,84). Sum of RGB (Red+Green+Blue) = 212+157+84=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D54 is #2B62AB. Grayscale: #A5A5A5. Windows color (decimal): -2843308 or 5545428. OLE color: 5545428.

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

Color convert

RGB 212 157 84 -
CMYK 0 0.26 0.60 0.17
HSL 34.22º 0.6% 0.58% -
HSV(B) 34.22º 0.6% 0.83% -
XYZ 40.81 38.75 13.72 -
YUV 165.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 212 157 84 0 0.26 0.60 0.17 34.22 0.6 0.58
Hex D4 9D 54 0 1A 3C 11 22 3C 3A
Octal 324 235 124 0 32 74 21 42 74 72
Binary 11010100 10011101 1010100 0 11010 111100 10001 100010 111100 111010

Color Harmonies of #D49D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D54

Black with #D49D54

Text Example


Text Example

White with #D49D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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