Html Css Color HEX #D99F53 Porsche

📋 copy color: '#D99F53'

red 217 ◦ green 159 ◦ blue 83

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

Shades of Porsche #D99F53

Tints of Porsche #D99F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.08%

R = 47.28%
G = 34.64%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99F53 (or 0xD99F53) is known color: Porsche. HEX triplet: D9, 9F and 53. RGB value is (217,159,83). Sum of RGB (Red+Green+Blue) = 217+159+83=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F53 is #2660AC. Grayscale: #A8A8A8. Windows color (decimal): -2515117 or 5480409. OLE color: 5480409.

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

Color convert

RGB 217 159 83 -
CMYK 0 0.27 0.62 0.15
HSL 34.03º 0.64% 0.59% -
HSV(B) 34.03º 0.62% 0.85% -
XYZ 42.57 40.17 13.69 -
YUV 167.68 80.22 163.18 -
System Red Green Blue C M Y K H S L
Decimal 217 159 83 0 0.27 0.62 0.15 34.03 0.64 0.59
Hex D9 9F 53 0 1B 3E F 22 40 3B
Octal 331 237 123 0 33 76 17 42 100 73
Binary 11011001 10011111 1010011 0 11011 111110 1111 100010 1000000 111011

Color Harmonies of #D99F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F53

Black with #D99F53

Text Example


Text Example

White with #D99F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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