Html Css Color HEX #D99550 Porsche

📋 copy color: '#D99550'

red 217 ◦ green 149 ◦ blue 80

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

Shades of Porsche #D99550

Tints of Porsche #D99550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.41%

 BLUE value IS 80 (31.64% from 255) = 17.94%

R = 48.65%
G = 33.41%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D99550 (or 0xD99550) is known color: Porsche. HEX triplet: D9, 95 and 50. RGB value is (217,149,80). Sum of RGB (Red+Green+Blue) = 217+149+80=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D99550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99550 is #266AAF. Grayscale: #A1A1A1. Windows color (decimal): -2517680 or 5281241. OLE color: 5281241.

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

Color convert

RGB 217 149 80 -
CMYK 0 0.31 0.63 0.15
HSL 30.22º 0.64% 0.58% -
HSV(B) 30.22º 0.63% 0.85% -
XYZ 40.81 36.83 12.55 -
YUV 161.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 217 149 80 0 0.31 0.63 0.15 30.22 0.64 0.58
Hex D9 95 50 0 1F 3F F 1E 40 3A
Octal 331 225 120 0 37 77 17 36 100 72
Binary 11011001 10010101 1010000 0 11111 111111 1111 11110 1000000 111010

Color Harmonies of #D99550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99550

Black with #D99550

Text Example


Text Example

White with #D99550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99550; }

 p { color: rgb(217,149,80); }

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

background-color css

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

 a { background-color: rgb(217,149,80); }

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

border-color css

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

 span { border-color: rgb(217,149,80); }

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