Html Css Color HEX #D79D64 Porsche

📋 copy color: '#D79D64'

red 215 ◦ green 157 ◦ blue 100

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

Shades of Porsche #D79D64

Tints of Porsche #D79D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.19%

R = 45.55%
G = 33.26%
B = 21.19%

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

#D79D64 (or 0xD79D64) is known color: Porsche. HEX triplet: D7, 9D and 64. RGB value is (215,157,100). Sum of RGB (Red+Green+Blue) = 215+157+100=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D64 is #28629B. Grayscale: #A8A8A8. Windows color (decimal): -2646684 or 6594007. OLE color: 6594007.

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

Color convert

RGB 215 157 100 -
CMYK 0 0.27 0.53 0.16
HSL 29.74º 0.59% 0.62% -
HSV(B) 29.74º 0.53% 0.84% -
XYZ 42.38 39.48 17.44 -
YUV 167.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 215 157 100 0 0.27 0.53 0.16 29.74 0.59 0.62
Hex D7 9D 64 0 1B 35 10 1E 3B 3E
Octal 327 235 144 0 33 65 20 36 73 76
Binary 11010111 10011101 1100100 0 11011 110101 10000 11110 111011 111110

Color Harmonies of #D79D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D64

Black with #D79D64

Text Example


Text Example

White with #D79D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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