Html Css Color HEX #D79D65 Porsche

📋 copy color: '#D79D65'

red 215 ◦ green 157 ◦ blue 101

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

Shades of Porsche #D79D65

Tints of Porsche #D79D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 45.45%
G = 33.19%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D79D65 (or 0xD79D65) is known color: Porsche. HEX triplet: D7, 9D and 65. RGB value is (215,157,101). Sum of RGB (Red+Green+Blue) = 215+157+101=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D65 is #28629A. Grayscale: #A8A8A8. Windows color (decimal): -2646683 or 6659543. OLE color: 6659543.

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

Color convert

RGB 215 157 101 -
CMYK 0 0.27 0.53 0.16
HSL 29.47º 0.59% 0.62% -
HSV(B) 29.47º 0.53% 0.84% -
XYZ 42.43 39.5 17.7 -
YUV 167.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 215 157 101 0 0.27 0.53 0.16 29.47 0.59 0.62
Hex D7 9D 65 0 1B 35 10 1D 3B 3E
Octal 327 235 145 0 33 65 20 35 73 76
Binary 11010111 10011101 1100101 0 11011 110101 10000 11101 111011 111110

Color Harmonies of #D79D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D65

Black with #D79D65

Text Example


Text Example

White with #D79D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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