Html Css Color HEX #D89B50 Porsche

📋 copy color: '#D89B50'

red 216 ◦ green 155 ◦ blue 80

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

Shades of Porsche #D89B50

Tints of Porsche #D89B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.37%

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

R = 47.89%
G = 34.37%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D89B50 (or 0xD89B50) is known color: Porsche. HEX triplet: D8, 9B and 50. RGB value is (216,155,80). Sum of RGB (Red+Green+Blue) = 216+155+80=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B50 is #2764AF. Grayscale: #A5A5A5. Windows color (decimal): -2581680 or 5282776. OLE color: 5282776.

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

Color convert

RGB 216 155 80 -
CMYK 0 0.28 0.63 0.15
HSL 33.09º 0.64% 0.58% -
HSV(B) 33.09º 0.63% 0.85% -
XYZ 41.49 38.62 12.86 -
YUV 164.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 216 155 80 0 0.28 0.63 0.15 33.09 0.64 0.58
Hex D8 9B 50 0 1C 3F F 21 40 3A
Octal 330 233 120 0 34 77 17 41 100 72
Binary 11011000 10011011 1010000 0 11100 111111 1111 100001 1000000 111010

Color Harmonies of #D89B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89B50

Black with #D89B50

Text Example


Text Example

White with #D89B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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