Html Css Color HEX #D4984F Porsche

📋 copy color: '#D4984F'

red 212 ◦ green 152 ◦ blue 79

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

Shades of Porsche #D4984F

Tints of Porsche #D4984F

RGB

 RED value IS 212 (83.2% from 255) = 47.86%

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

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

R = 47.86%
G = 34.31%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4984F (or 0xD4984F) is known color: Porsche. HEX triplet: D4, 98 and 4F. RGB value is (212,152,79). Sum of RGB (Red+Green+Blue) = 212+152+79=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4984F is #2B67B0. Grayscale: #A1A1A1. Windows color (decimal): -2844593 or 5216468. OLE color: 5216468.

HSL color Cylindrical-coordinate representation of color #D4984F: hue angle of 32.93º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4984F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 79 -
CMYK 0 0.28 0.63 0.17
HSL 32.93º 0.61% 0.57% -
HSV(B) 32.93º 0.63% 0.83% -
XYZ 39.79 37.02 12.45 -
YUV 161.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 212 152 79 0 0.28 0.63 0.17 32.93 0.61 0.57
Hex D4 98 4F 0 1C 3F 11 21 3D 39
Octal 324 230 117 0 34 77 21 41 75 71
Binary 11010100 10011000 1001111 0 11100 111111 10001 100001 111101 111001

Color Harmonies of #D4984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4984F

Black with #D4984F

Text Example


Text Example

White with #D4984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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