Html Css Color HEX #D99F51 Porsche

📋 copy color: '#D99F51'

red 217 ◦ green 159 ◦ blue 81

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

Shades of Porsche #D99F51

Tints of Porsche #D99F51

RGB

 RED value IS 217 (85.16% from 255) = 47.48%

 GREEN value IS 159 (62.5% from 255) = 34.79%

 BLUE value IS 81 (32.03% from 255) = 17.72%

R = 47.48%
G = 34.79%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D99F51 (or 0xD99F51) is known color: Porsche. HEX triplet: D9, 9F and 51. RGB value is (217,159,81). Sum of RGB (Red+Green+Blue) = 217+159+81=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F51 is #2660AE. Grayscale: #A7A7A7. Windows color (decimal): -2515119 or 5349337. OLE color: 5349337.

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

Color convert

RGB 217 159 81 -
CMYK 0 0.27 0.63 0.15
HSL 34.41º 0.64% 0.58% -
HSV(B) 34.41º 0.63% 0.85% -
XYZ 42.5 40.14 13.29 -
YUV 167.45 79.22 163.34 -
System Red Green Blue C M Y K H S L
Decimal 217 159 81 0 0.27 0.63 0.15 34.41 0.64 0.58
Hex D9 9F 51 0 1B 3F F 22 40 3A
Octal 331 237 121 0 33 77 17 42 100 72
Binary 11011001 10011111 1010001 0 11011 111111 1111 100010 1000000 111010

Color Harmonies of #D99F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F51

Black with #D99F51

Text Example


Text Example

White with #D99F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F51; }

 p { color: rgb(217,159,81); }

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

background-color css

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

 a { background-color: rgb(217,159,81); }

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

border-color css

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

 span { border-color: rgb(217,159,81); }

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