Html Css Color HEX #D79D5D Porsche

📋 copy color: '#D79D5D'

red 215 ◦ green 157 ◦ blue 93

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

Shades of Porsche #D79D5D

Tints of Porsche #D79D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.76%

 BLUE value IS 93 (36.72% from 255) = 20%

R = 46.24%
G = 33.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D79D5D (or 0xD79D5D) is known color: Porsche. HEX triplet: D7, 9D and 5D. RGB value is (215,157,93). Sum of RGB (Red+Green+Blue) = 215+157+93=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D5D is #2862A2. Grayscale: #A7A7A7. Windows color (decimal): -2646691 or 6135255. OLE color: 6135255.

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

Color convert

RGB 215 157 93 -
CMYK 0 0.27 0.57 0.16
HSL 31.48º 0.6% 0.6% -
HSV(B) 31.48º 0.57% 0.84% -
XYZ 42.06 39.35 15.73 -
YUV 167.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 215 157 93 0 0.27 0.57 0.16 31.48 0.6 0.6
Hex D7 9D 5D 0 1B 39 10 1F 3C 3C
Octal 327 235 135 0 33 71 20 37 74 74
Binary 11010111 10011101 1011101 0 11011 111001 10000 11111 111100 111100

Color Harmonies of #D79D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D5D

Black with #D79D5D

Text Example


Text Example

White with #D79D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D5D; }

 p { color: rgb(215,157,93); }

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

background-color css

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

 a { background-color: rgb(215,157,93); }

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

border-color css

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

 span { border-color: rgb(215,157,93); }

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