Html Css Color HEX #D49F5C Porsche

📋 copy color: '#D49F5C'

red 212 ◦ green 159 ◦ blue 92

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

Shades of Porsche #D49F5C

Tints of Porsche #D49F5C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.34%

 BLUE value IS 92 (36.33% from 255) = 19.87%

R = 45.79%
G = 34.34%
B = 19.87%

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

#D49F5C (or 0xD49F5C) is known color: Porsche. HEX triplet: D4, 9F and 5C. RGB value is (212,159,92). Sum of RGB (Red+Green+Blue) = 212+159+92=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F5C is #2B60A3. Grayscale: #A7A7A7. Windows color (decimal): -2842788 or 6070228. OLE color: 6070228.

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

Color convert

RGB 212 159 92 -
CMYK 0 0.25 0.57 0.17
HSL 33.5º 0.58% 0.6% -
HSV(B) 33.5º 0.57% 0.83% -
XYZ 41.48 39.57 15.58 -
YUV 167.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 212 159 92 0 0.25 0.57 0.17 33.5 0.58 0.6
Hex D4 9F 5C 0 19 39 11 22 3A 3C
Octal 324 237 134 0 31 71 21 42 72 74
Binary 11010100 10011111 1011100 0 11001 111001 10001 100010 111010 111100

Color Harmonies of #D49F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F5C

Black with #D49F5C

Text Example


Text Example

White with #D49F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F5C; }

 p { color: rgb(212,159,92); }

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

background-color css

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

 a { background-color: rgb(212,159,92); }

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

border-color css

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

 span { border-color: rgb(212,159,92); }

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