Html Css Color HEX #D89950 Porsche

📋 copy color: '#D89950'

red 216 ◦ green 153 ◦ blue 80

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

Shades of Porsche #D89950

Tints of Porsche #D89950

RGB

 RED value IS 216 (84.77% from 255) = 48.11%

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

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

R = 48.11%
G = 34.08%
B = 17.82%

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

#D89950 (or 0xD89950) is known color: Porsche. HEX triplet: D8, 99 and 50. RGB value is (216,153,80). Sum of RGB (Red+Green+Blue) = 216+153+80=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D89950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89950 is #2766AF. Grayscale: #A3A3A3. Windows color (decimal): -2582192 or 5282264. OLE color: 5282264.

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

Color convert

RGB 216 153 80 -
CMYK 0 0.29 0.63 0.15
HSL 32.21º 0.64% 0.58% -
HSV(B) 32.21º 0.63% 0.85% -
XYZ 41.16 37.96 12.75 -
YUV 163.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 216 153 80 0 0.29 0.63 0.15 32.21 0.64 0.58
Hex D8 99 50 0 1D 3F F 20 40 3A
Octal 330 231 120 0 35 77 17 40 100 72
Binary 11011000 10011001 1010000 0 11101 111111 1111 100000 1000000 111010

Color Harmonies of #D89950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89950

Black with #D89950

Text Example


Text Example

White with #D89950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89950; }

 p { color: rgb(216,153,80); }

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

background-color css

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

 a { background-color: rgb(216,153,80); }

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

border-color css

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

 span { border-color: rgb(216,153,80); }

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