Html Css Color HEX #D79B5D Porsche

📋 copy color: '#D79B5D'

red 215 ◦ green 155 ◦ blue 93

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

Shades of Porsche #D79B5D

Tints of Porsche #D79B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

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

R = 46.44%
G = 33.48%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D79B5D (or 0xD79B5D) is known color: Porsche. HEX triplet: D7, 9B and 5D. RGB value is (215,155,93). Sum of RGB (Red+Green+Blue) = 215+155+93=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79B5D is #2864A2. Grayscale: #A6A6A6. Windows color (decimal): -2647203 or 6134743. OLE color: 6134743.

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

Color convert

RGB 215 155 93 -
CMYK 0 0.28 0.57 0.16
HSL 30.49º 0.6% 0.6% -
HSV(B) 30.49º 0.57% 0.84% -
XYZ 41.72 38.68 15.62 -
YUV 165.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 215 155 93 0 0.28 0.57 0.16 30.49 0.6 0.6
Hex D7 9B 5D 0 1C 39 10 1E 3C 3C
Octal 327 233 135 0 34 71 20 36 74 74
Binary 11010111 10011011 1011101 0 11100 111001 10000 11110 111100 111100

Color Harmonies of #D79B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B5D

Black with #D79B5D

Text Example


Text Example

White with #D79B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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