Html Css Color HEX #DB9D59 Porsche

📋 copy color: '#DB9D59'

red 219 ◦ green 157 ◦ blue 89

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

Shades of Porsche #DB9D59

Tints of Porsche #DB9D59

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.76%

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

R = 47.1%
G = 33.76%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB9D59 (or 0xDB9D59) is known color: Porsche. HEX triplet: DB, 9D and 59. RGB value is (219,157,89). Sum of RGB (Red+Green+Blue) = 219+157+89=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D59 is #2462A6. Grayscale: #A8A8A8. Windows color (decimal): -2384551 or 5873115. OLE color: 5873115.

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

Color convert

RGB 219 157 89 -
CMYK 0 0.28 0.59 0.14
HSL 31.38º 0.64% 0.6% -
HSV(B) 31.38º 0.59% 0.86% -
XYZ 43.07 39.9 14.88 -
YUV 167.79 83.54 164.53 -
System Red Green Blue C M Y K H S L
Decimal 219 157 89 0 0.28 0.59 0.14 31.38 0.64 0.6
Hex DB 9D 59 0 1C 3B E 1F 40 3C
Octal 333 235 131 0 34 73 16 37 100 74
Binary 11011011 10011101 1011001 0 11100 111011 1110 11111 1000000 111100

Color Harmonies of #DB9D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D59

Black with #DB9D59

Text Example


Text Example

White with #DB9D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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