Html Css Color HEX #D99551 Porsche

📋 copy color: '#D99551'

red 217 ◦ green 149 ◦ blue 81

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

Shades of Porsche #D99551

Tints of Porsche #D99551

RGB

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

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

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

R = 48.55%
G = 33.33%
B = 18.12%

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

#D99551 (or 0xD99551) is known color: Porsche. HEX triplet: D9, 95 and 51. RGB value is (217,149,81). Sum of RGB (Red+Green+Blue) = 217+149+81=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D99551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99551 is #266AAE. Grayscale: #A1A1A1. Windows color (decimal): -2517679 or 5346777. OLE color: 5346777.

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

Color convert

RGB 217 149 81 -
CMYK 0 0.31 0.63 0.15
HSL 30º 0.64% 0.58% -
HSV(B) 30º 0.63% 0.85% -
XYZ 40.85 36.84 12.74 -
YUV 161.58 82.53 167.53 -
System Red Green Blue C M Y K H S L
Decimal 217 149 81 0 0.31 0.63 0.15 30 0.64 0.58
Hex D9 95 51 0 1F 3F F 1E 40 3A
Octal 331 225 121 0 37 77 17 36 100 72
Binary 11011001 10010101 1010001 0 11111 111111 1111 11110 1000000 111010

Color Harmonies of #D99551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99551

Black with #D99551

Text Example


Text Example

White with #D99551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99551; }

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

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

background-color css

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

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

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

border-color css

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

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

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