Html Css Color HEX #D89C50 Porsche

📋 copy color: '#D89C50'

red 216 ◦ green 156 ◦ blue 80

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

Shades of Porsche #D89C50

Tints of Porsche #D89C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.51%

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

R = 47.79%
G = 34.51%
B = 17.7%

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

#D89C50 (or 0xD89C50) is known color: Porsche. HEX triplet: D8, 9C and 50. RGB value is (216,156,80). Sum of RGB (Red+Green+Blue) = 216+156+80=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C50 is #2763AF. Grayscale: #A5A5A5. Windows color (decimal): -2581424 or 5283032. OLE color: 5283032.

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

Color convert

RGB 216 156 80 -
CMYK 0 0.28 0.63 0.15
HSL 33.53º 0.64% 0.58% -
HSV(B) 33.53º 0.63% 0.85% -
XYZ 41.66 38.96 12.91 -
YUV 165.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 216 156 80 0 0.28 0.63 0.15 33.53 0.64 0.58
Hex D8 9C 50 0 1C 3F F 22 40 3A
Octal 330 234 120 0 34 77 17 42 100 72
Binary 11011000 10011100 1010000 0 11100 111111 1111 100010 1000000 111010

Color Harmonies of #D89C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C50

Black with #D89C50

Text Example


Text Example

White with #D89C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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