Html Css Color HEX #D8974F Porsche

📋 copy color: '#D8974F'

red 216 ◦ green 151 ◦ blue 79

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

Shades of Porsche #D8974F

Tints of Porsche #D8974F

RGB

 RED value IS 216 (84.77% from 255) = 48.43%

 GREEN value IS 151 (59.38% from 255) = 33.86%

 BLUE value IS 79 (31.25% from 255) = 17.71%

R = 48.43%
G = 33.86%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8974F (or 0xD8974F) is known color: Porsche. HEX triplet: D8, 97 and 4F. RGB value is (216,151,79). Sum of RGB (Red+Green+Blue) = 216+151+79=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8974F is #2768B0. Grayscale: #A2A2A2. Windows color (decimal): -2582705 or 5216216. OLE color: 5216216.

HSL color Cylindrical-coordinate representation of color #D8974F: hue angle of 31.53º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8974F is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 151 79 -
CMYK 0 0.30 0.63 0.15
HSL 31.53º 0.64% 0.58% -
HSV(B) 31.53º 0.63% 0.85% -
XYZ 40.8 37.3 12.45 -
YUV 162.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 216 151 79 0 0.30 0.63 0.15 31.53 0.64 0.58
Hex D8 97 4F 0 1E 3F F 20 40 3A
Octal 330 227 117 0 36 77 17 40 100 72
Binary 11011000 10010111 1001111 0 11110 111111 1111 100000 1000000 111010

Color Harmonies of #D8974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8974F

Black with #D8974F

Text Example


Text Example

White with #D8974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8974F; }

 p { color: rgb(216,151,79); }

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

background-color css

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

 a { background-color: rgb(216,151,79); }

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

border-color css

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

 span { border-color: rgb(216,151,79); }

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