Html Css Color HEX #D99A50 Porsche

📋 copy color: '#D99A50'

red 217 ◦ green 154 ◦ blue 80

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

Shades of Porsche #D99A50

Tints of Porsche #D99A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

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

R = 48.12%
G = 34.15%
B = 17.74%

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

#D99A50 (or 0xD99A50) is known color: Porsche. HEX triplet: D9, 9A and 50. RGB value is (217,154,80). Sum of RGB (Red+Green+Blue) = 217+154+80=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A50 is #2665AF. Grayscale: #A4A4A4. Windows color (decimal): -2516400 or 5282521. OLE color: 5282521.

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

Color convert

RGB 217 154 80 -
CMYK 0 0.29 0.63 0.15
HSL 32.41º 0.64% 0.58% -
HSV(B) 32.41º 0.63% 0.85% -
XYZ 41.62 38.44 12.82 -
YUV 164.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 217 154 80 0 0.29 0.63 0.15 32.41 0.64 0.58
Hex D9 9A 50 0 1D 3F F 20 40 3A
Octal 331 232 120 0 35 77 17 40 100 72
Binary 11011001 10011010 1010000 0 11101 111111 1111 100000 1000000 111010

Color Harmonies of #D99A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A50

Black with #D99A50

Text Example


Text Example

White with #D99A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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