Html Css Color HEX #DB9F60 Porsche

📋 copy color: '#DB9F60'

red 219 ◦ green 159 ◦ blue 96

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

Shades of Porsche #DB9F60

Tints of Porsche #DB9F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.25%

R = 46.2%
G = 33.54%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB9F60 (or 0xDB9F60) is known color: Porsche. HEX triplet: DB, 9F and 60. RGB value is (219,159,96). Sum of RGB (Red+Green+Blue) = 219+159+96=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F60 is #24609F. Grayscale: #AAAAAA. Windows color (decimal): -2384032 or 6332379. OLE color: 6332379.

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

Color convert

RGB 219 159 96 -
CMYK 0 0.27 0.56 0.14
HSL 30.73º 0.63% 0.62% -
HSV(B) 30.73º 0.56% 0.86% -
XYZ 43.72 40.7 16.62 -
YUV 169.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 219 159 96 0 0.27 0.56 0.14 30.73 0.63 0.62
Hex DB 9F 60 0 1B 38 E 1F 3F 3E
Octal 333 237 140 0 33 70 16 37 77 76
Binary 11011011 10011111 1100000 0 11011 111000 1110 11111 111111 111110

Color Harmonies of #DB9F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F60

Black with #DB9F60

Text Example


Text Example

White with #DB9F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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