Html Css Color HEX #D99F54 Porsche

📋 copy color: '#D99F54'

red 217 ◦ green 159 ◦ blue 84

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

Shades of Porsche #D99F54

Tints of Porsche #D99F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.26%

R = 47.17%
G = 34.57%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D99F54 (or 0xD99F54) is known color: Porsche. HEX triplet: D9, 9F and 54. RGB value is (217,159,84). Sum of RGB (Red+Green+Blue) = 217+159+84=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F54 is #2660AB. Grayscale: #A8A8A8. Windows color (decimal): -2515116 or 5545945. OLE color: 5545945.

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

Color convert

RGB 217 159 84 -
CMYK 0 0.27 0.61 0.15
HSL 33.83º 0.64% 0.59% -
HSV(B) 33.83º 0.61% 0.85% -
XYZ 42.61 40.19 13.9 -
YUV 167.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 217 159 84 0 0.27 0.61 0.15 33.83 0.64 0.59
Hex D9 9F 54 0 1B 3D F 22 40 3B
Octal 331 237 124 0 33 75 17 42 100 73
Binary 11011001 10011111 1010100 0 11011 111101 1111 100010 1000000 111011

Color Harmonies of #D99F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F54

Black with #D99F54

Text Example


Text Example

White with #D99F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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