Html Css Color HEX #D79850 Porsche

📋 copy color: '#D79850'

red 215 ◦ green 152 ◦ blue 80

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

Shades of Porsche #D79850

Tints of Porsche #D79850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34%

 BLUE value IS 80 (31.64% from 255) = 17.9%

R = 48.1%
G = 34%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D79850 (or 0xD79850) is known color: Porsche. HEX triplet: D7, 98 and 50. RGB value is (215,152,80). Sum of RGB (Red+Green+Blue) = 215+152+80=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D79850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79850 is #2867AF. Grayscale: #A2A2A2. Windows color (decimal): -2647984 or 5282007. OLE color: 5282007.

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

Color convert

RGB 215 152 80 -
CMYK 0 0.29 0.63 0.16
HSL 32º 0.63% 0.58% -
HSV(B) 32º 0.63% 0.84% -
XYZ 40.7 37.48 12.68 -
YUV 162.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 215 152 80 0 0.29 0.63 0.16 32 0.63 0.58
Hex D7 98 50 0 1D 3F 10 20 3F 3A
Octal 327 230 120 0 35 77 20 40 77 72
Binary 11010111 10011000 1010000 0 11101 111111 10000 100000 111111 111010

Color Harmonies of #D79850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79850

Black with #D79850

Text Example


Text Example

White with #D79850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79850; }

 p { color: rgb(215,152,80); }

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

background-color css

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

 a { background-color: rgb(215,152,80); }

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

border-color css

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

 span { border-color: rgb(215,152,80); }

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