Html Css Color HEX #D79C5A Porsche

📋 copy color: '#D79C5A'

red 215 ◦ green 156 ◦ blue 90

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

Shades of Porsche #D79C5A

Tints of Porsche #D79C5A

RGB

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

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

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

R = 46.64%
G = 33.84%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D79C5A (or 0xD79C5A) is known color: Porsche. HEX triplet: D7, 9C and 5A. RGB value is (215,156,90). Sum of RGB (Red+Green+Blue) = 215+156+90=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C5A is #2863A5. Grayscale: #A6A6A6. Windows color (decimal): -2646950 or 5938391. OLE color: 5938391.

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

Color convert

RGB 215 156 90 -
CMYK 0 0.27 0.58 0.16
HSL 31.68º 0.61% 0.6% -
HSV(B) 31.68º 0.58% 0.84% -
XYZ 41.76 38.96 14.99 -
YUV 166.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 215 156 90 0 0.27 0.58 0.16 31.68 0.61 0.6
Hex D7 9C 5A 0 1B 3A 10 20 3D 3C
Octal 327 234 132 0 33 72 20 40 75 74
Binary 11010111 10011100 1011010 0 11011 111010 10000 100000 111101 111100

Color Harmonies of #D79C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C5A

Black with #D79C5A

Text Example


Text Example

White with #D79C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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