Html Css Color HEX #D79F5A Porsche

📋 copy color: '#D79F5A'

red 215 ◦ green 159 ◦ blue 90

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

Shades of Porsche #D79F5A

Tints of Porsche #D79F5A

RGB

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

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

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

R = 46.34%
G = 34.27%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D79F5A (or 0xD79F5A) is known color: Porsche. HEX triplet: D7, 9F and 5A. RGB value is (215,159,90). Sum of RGB (Red+Green+Blue) = 215+159+90=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79F5A is #2860A5. Grayscale: #A8A8A8. Windows color (decimal): -2646182 or 5939159. OLE color: 5939159.

HSL color Cylindrical-coordinate representation of color #D79F5A: hue angle of 33.12º 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 #D79F5A is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 159 90 -
CMYK 0 0.26 0.58 0.16
HSL 33.12º 0.61% 0.6% -
HSV(B) 33.12º 0.58% 0.84% -
XYZ 42.27 39.98 15.16 -
YUV 167.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 215 159 90 0 0.26 0.58 0.16 33.12 0.61 0.6
Hex D7 9F 5A 0 1A 3A 10 21 3D 3C
Octal 327 237 132 0 32 72 20 41 75 74
Binary 11010111 10011111 1011010 0 11010 111010 10000 100001 111101 111100

Color Harmonies of #D79F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79F5A

Black with #D79F5A

Text Example


Text Example

White with #D79F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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