Html Css Color HEX #DB9B53 Porsche

📋 copy color: '#DB9B53'

red 219 ◦ green 155 ◦ blue 83

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

Shades of Porsche #DB9B53

Tints of Porsche #DB9B53

RGB

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

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

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

R = 47.92%
G = 33.92%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB9B53 (or 0xDB9B53) is known color: Porsche. HEX triplet: DB, 9B and 53. RGB value is (219,155,83). Sum of RGB (Red+Green+Blue) = 219+155+83=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B53 is #2464AC. Grayscale: #A6A6A6. Windows color (decimal): -2385069 or 5479387. OLE color: 5479387.

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

Color convert

RGB 219 155 83 -
CMYK 0 0.29 0.62 0.14
HSL 31.76º 0.65% 0.59% -
HSV(B) 31.76º 0.62% 0.86% -
XYZ 42.5 39.13 13.5 -
YUV 165.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 219 155 83 0 0.29 0.62 0.14 31.76 0.65 0.59
Hex DB 9B 53 0 1D 3E E 20 41 3B
Octal 333 233 123 0 35 76 16 40 101 73
Binary 11011011 10011011 1010011 0 11101 111110 1110 100000 1000001 111011

Color Harmonies of #DB9B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B53

Black with #DB9B53

Text Example


Text Example

White with #DB9B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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