Html Css Color HEX #D79F61 Porsche

📋 copy color: '#D79F61'

red 215 ◦ green 159 ◦ blue 97

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

Shades of Porsche #D79F61

Tints of Porsche #D79F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 45.65%
G = 33.76%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D79F61 (or 0xD79F61) is known color: Porsche. HEX triplet: D7, 9F and 61. RGB value is (215,159,97). Sum of RGB (Red+Green+Blue) = 215+159+97=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79F61 is #28609E. Grayscale: #A8A8A8. Windows color (decimal): -2646175 or 6397911. OLE color: 6397911.

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

Color convert

RGB 215 159 97 -
CMYK 0 0.26 0.55 0.16
HSL 31.53º 0.6% 0.61% -
HSV(B) 31.53º 0.55% 0.84% -
XYZ 42.58 40.11 16.81 -
YUV 168.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 215 159 97 0 0.26 0.55 0.16 31.53 0.6 0.61
Hex D7 9F 61 0 1A 37 10 20 3C 3D
Octal 327 237 141 0 32 67 20 40 74 75
Binary 11010111 10011111 1100001 0 11010 110111 10000 100000 111100 111101

Color Harmonies of #D79F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79F61

Black with #D79F61

Text Example


Text Example

White with #D79F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79F61; }

 p { color: rgb(215,159,97); }

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

background-color css

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

 a { background-color: rgb(215,159,97); }

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

border-color css

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

 span { border-color: rgb(215,159,97); }

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