Html Css Color HEX #D99951 Porsche

📋 copy color: '#D99951'

red 217 ◦ green 153 ◦ blue 81

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

Shades of Porsche #D99951

Tints of Porsche #D99951

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.92%

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

R = 48.12%
G = 33.92%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D99951 (or 0xD99951) is known color: Porsche. HEX triplet: D9, 99 and 51. RGB value is (217,153,81). Sum of RGB (Red+Green+Blue) = 217+153+81=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D99951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99951 is #2666AE. Grayscale: #A4A4A4. Windows color (decimal): -2516655 or 5347801. OLE color: 5347801.

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

Color convert

RGB 217 153 81 -
CMYK 0 0.29 0.63 0.15
HSL 31.76º 0.64% 0.58% -
HSV(B) 31.76º 0.63% 0.85% -
XYZ 41.49 38.13 12.96 -
YUV 163.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 217 153 81 0 0.29 0.63 0.15 31.76 0.64 0.58
Hex D9 99 51 0 1D 3F F 20 40 3A
Octal 331 231 121 0 35 77 17 40 100 72
Binary 11011001 10011001 1010001 0 11101 111111 1111 100000 1000000 111010

Color Harmonies of #D99951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99951

Black with #D99951

Text Example


Text Example

White with #D99951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99951; }

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

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

background-color css

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

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

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

border-color css

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

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

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