Html Css Color HEX #D79C50 Porsche

📋 copy color: '#D79C50'

red 215 ◦ green 156 ◦ blue 80

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

Shades of Porsche #D79C50

Tints of Porsche #D79C50

RGB

 RED value IS 215 (84.38% from 255) = 47.67%

 GREEN value IS 156 (61.33% from 255) = 34.59%

 BLUE value IS 80 (31.64% from 255) = 17.74%

R = 47.67%
G = 34.59%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D79C50 (or 0xD79C50) is known color: Porsche. HEX triplet: D7, 9C and 50. RGB value is (215,156,80). Sum of RGB (Red+Green+Blue) = 215+156+80=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C50 is #2863AF. Grayscale: #A5A5A5. Windows color (decimal): -2646960 or 5283031. OLE color: 5283031.

HSL color Cylindrical-coordinate representation of color #D79C50: hue angle of 33.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D79C50 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 156 80 -
CMYK 0 0.27 0.63 0.16
HSL 33.78º 0.63% 0.58% -
HSV(B) 33.78º 0.63% 0.84% -
XYZ 41.36 38.8 12.9 -
YUV 164.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 215 156 80 0 0.27 0.63 0.16 33.78 0.63 0.58
Hex D7 9C 50 0 1B 3F 10 22 3F 3A
Octal 327 234 120 0 33 77 20 42 77 72
Binary 11010111 10011100 1010000 0 11011 111111 10000 100010 111111 111010

Color Harmonies of #D79C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C50

Black with #D79C50

Text Example


Text Example

White with #D79C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C50; }

 p { color: rgb(215,156,80); }

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

background-color css

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

 a { background-color: rgb(215,156,80); }

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

border-color css

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

 span { border-color: rgb(215,156,80); }

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