Html Css Color HEX #D7984F Porsche

📋 copy color: '#D7984F'

red 215 ◦ green 152 ◦ blue 79

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

Shades of Porsche #D7984F

Tints of Porsche #D7984F

RGB

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

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

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

R = 48.21%
G = 34.08%
B = 17.71%

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

#D7984F (or 0xD7984F) is known color: Porsche. HEX triplet: D7, 98 and 4F. RGB value is (215,152,79). Sum of RGB (Red+Green+Blue) = 215+152+79=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D7984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7984F is #2867B0. Grayscale: #A2A2A2. Windows color (decimal): -2647985 or 5216471. OLE color: 5216471.

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

Color convert

RGB 215 152 79 -
CMYK 0 0.29 0.63 0.16
HSL 32.21º 0.63% 0.58% -
HSV(B) 32.21º 0.63% 0.84% -
XYZ 40.66 37.47 12.49 -
YUV 162.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 215 152 79 0 0.29 0.63 0.16 32.21 0.63 0.58
Hex D7 98 4F 0 1D 3F 10 20 3F 3A
Octal 327 230 117 0 35 77 20 40 77 72
Binary 11010111 10011000 1001111 0 11101 111111 10000 100000 111111 111010

Color Harmonies of #D7984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7984F

Black with #D7984F

Text Example


Text Example

White with #D7984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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