Html Css Color HEX #DB9E51 Porsche

📋 copy color: '#DB9E51'

red 219 ◦ green 158 ◦ blue 81

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

Shades of Porsche #DB9E51

Tints of Porsche #DB9E51

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.5%

 BLUE value IS 81 (32.03% from 255) = 17.69%

R = 47.82%
G = 34.5%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9E51 (or 0xDB9E51) is known color: Porsche. HEX triplet: DB, 9E and 51. RGB value is (219,158,81). Sum of RGB (Red+Green+Blue) = 219+158+81=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E51 is #2461AE. Grayscale: #A7A7A7. Windows color (decimal): -2384303 or 5349083. OLE color: 5349083.

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

Color convert

RGB 219 158 81 -
CMYK 0 0.28 0.63 0.14
HSL 33.48º 0.66% 0.59% -
HSV(B) 33.48º 0.63% 0.86% -
XYZ 42.93 40.11 13.26 -
YUV 167.46 79.21 164.76 -
System Red Green Blue C M Y K H S L
Decimal 219 158 81 0 0.28 0.63 0.14 33.48 0.66 0.59
Hex DB 9E 51 0 1C 3F E 21 42 3B
Octal 333 236 121 0 34 77 16 41 102 73
Binary 11011011 10011110 1010001 0 11100 111111 1110 100001 1000010 111011

Color Harmonies of #DB9E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E51

Black with #DB9E51

Text Example


Text Example

White with #DB9E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E51; }

 p { color: rgb(219,158,81); }

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

background-color css

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

 a { background-color: rgb(219,158,81); }

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

border-color css

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

 span { border-color: rgb(219,158,81); }

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