Html Css Color HEX #D79A5C Porsche

📋 copy color: '#D79A5C'

red 215 ◦ green 154 ◦ blue 92

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

Shades of Porsche #D79A5C

Tints of Porsche #D79A5C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.41%

 BLUE value IS 92 (36.33% from 255) = 19.96%

R = 46.64%
G = 33.41%
B = 19.96%

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

#D79A5C (or 0xD79A5C) is known color: Porsche. HEX triplet: D7, 9A and 5C. RGB value is (215,154,92). Sum of RGB (Red+Green+Blue) = 215+154+92=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A5C is #2865A3. Grayscale: #A5A5A5. Windows color (decimal): -2647460 or 6068951. OLE color: 6068951.

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

Color convert

RGB 215 154 92 -
CMYK 0 0.28 0.57 0.16
HSL 30.24º 0.61% 0.6% -
HSV(B) 30.24º 0.57% 0.84% -
XYZ 41.51 38.33 15.34 -
YUV 165.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 215 154 92 0 0.28 0.57 0.16 30.24 0.61 0.6
Hex D7 9A 5C 0 1C 39 10 1E 3D 3C
Octal 327 232 134 0 34 71 20 36 75 74
Binary 11010111 10011010 1011100 0 11100 111001 10000 11110 111101 111100

Color Harmonies of #D79A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79A5C

Black with #D79A5C

Text Example


Text Example

White with #D79A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79A5C; }

 p { color: rgb(215,154,92); }

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

background-color css

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

 a { background-color: rgb(215,154,92); }

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

border-color css

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

 span { border-color: rgb(215,154,92); }

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