Html Css Color HEX #DB9F51 Porsche

📋 copy color: '#DB9F51'

red 219 ◦ green 159 ◦ blue 81

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

Shades of Porsche #DB9F51

Tints of Porsche #DB9F51

RGB

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

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

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

R = 47.71%
G = 34.64%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9F51 (or 0xDB9F51) is known color: Porsche. HEX triplet: DB, 9F and 51. RGB value is (219,159,81). Sum of RGB (Red+Green+Blue) = 219+159+81=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F51 is #2460AE. Grayscale: #A8A8A8. Windows color (decimal): -2384047 or 5349339. OLE color: 5349339.

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

Color convert

RGB 219 159 81 -
CMYK 0 0.27 0.63 0.14
HSL 33.91º 0.66% 0.59% -
HSV(B) 33.91º 0.63% 0.86% -
XYZ 43.1 40.45 13.32 -
YUV 168.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 219 159 81 0 0.27 0.63 0.14 33.91 0.66 0.59
Hex DB 9F 51 0 1B 3F E 22 42 3B
Octal 333 237 121 0 33 77 16 42 102 73
Binary 11011011 10011111 1010001 0 11011 111111 1110 100010 1000010 111011

Color Harmonies of #DB9F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F51

Black with #DB9F51

Text Example


Text Example

White with #DB9F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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