Html Css Color HEX #DB9F53 Porsche

📋 copy color: '#DB9F53'

red 219 ◦ green 159 ◦ blue 83

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

Shades of Porsche #DB9F53

Tints of Porsche #DB9F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18%

R = 47.51%
G = 34.49%
B = 18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB9F53 (or 0xDB9F53) is known color: Porsche. HEX triplet: DB, 9F and 53. RGB value is (219,159,83). Sum of RGB (Red+Green+Blue) = 219+159+83=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F53 is #2460AC. Grayscale: #A8A8A8. Windows color (decimal): -2384045 or 5480411. OLE color: 5480411.

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

Color convert

RGB 219 159 83 -
CMYK 0 0.27 0.62 0.14
HSL 33.53º 0.65% 0.59% -
HSV(B) 33.53º 0.62% 0.86% -
XYZ 43.17 40.48 13.72 -
YUV 168.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 219 159 83 0 0.27 0.62 0.14 33.53 0.65 0.59
Hex DB 9F 53 0 1B 3E E 22 41 3B
Octal 333 237 123 0 33 76 16 42 101 73
Binary 11011011 10011111 1010011 0 11011 111110 1110 100010 1000001 111011

Color Harmonies of #DB9F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F53

Black with #DB9F53

Text Example


Text Example

White with #DB9F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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