Html Css Color HEX #DB9F59 Porsche

📋 copy color: '#DB9F59'

red 219 ◦ green 159 ◦ blue 89

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

Shades of Porsche #DB9F59

Tints of Porsche #DB9F59

RGB

 RED value IS 219 (85.94% from 255) = 46.9%

 GREEN value IS 159 (62.5% from 255) = 34.05%

 BLUE value IS 89 (35.16% from 255) = 19.06%

R = 46.9%
G = 34.05%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB9F59 (or 0xDB9F59) is known color: Porsche. HEX triplet: DB, 9F and 59. RGB value is (219,159,89). Sum of RGB (Red+Green+Blue) = 219+159+89=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F59 is #2460A6. Grayscale: #A9A9A9. Windows color (decimal): -2384039 or 5873627. OLE color: 5873627.

HSL color Cylindrical-coordinate representation of color #DB9F59: hue angle of 32.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB9F59 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 89 -
CMYK 0 0.27 0.59 0.14
HSL 32.31º 0.64% 0.6% -
HSV(B) 32.31º 0.59% 0.86% -
XYZ 43.41 40.58 15 -
YUV 168.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 219 159 89 0 0.27 0.59 0.14 32.31 0.64 0.6
Hex DB 9F 59 0 1B 3B E 20 40 3C
Octal 333 237 131 0 33 73 16 40 100 74
Binary 11011011 10011111 1011001 0 11011 111011 1110 100000 1000000 111100

Color Harmonies of #DB9F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F59

Black with #DB9F59

Text Example


Text Example

White with #DB9F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F59; }

 p { color: rgb(219,159,89); }

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

background-color css

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

 a { background-color: rgb(219,159,89); }

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

border-color css

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

 span { border-color: rgb(219,159,89); }

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