Html Css Color HEX #DB9B60 Porsche

📋 copy color: '#DB9B60'

red 219 ◦ green 155 ◦ blue 96

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

Shades of Porsche #DB9B60

Tints of Porsche #DB9B60

RGB

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

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

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

R = 46.6%
G = 32.98%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB9B60 (or 0xDB9B60) is known color: Porsche. HEX triplet: DB, 9B and 60. RGB value is (219,155,96). Sum of RGB (Red+Green+Blue) = 219+155+96=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B60 is #24649F. Grayscale: #A7A7A7. Windows color (decimal): -2385056 or 6331355. OLE color: 6331355.

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

Color convert

RGB 219 155 96 -
CMYK 0 0.29 0.56 0.14
HSL 28.78º 0.63% 0.62% -
HSV(B) 28.78º 0.56% 0.86% -
XYZ 43.05 39.35 16.39 -
YUV 167.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 219 155 96 0 0.29 0.56 0.14 28.78 0.63 0.62
Hex DB 9B 60 0 1D 38 E 1D 3F 3E
Octal 333 233 140 0 35 70 16 35 77 76
Binary 11011011 10011011 1100000 0 11101 111000 1110 11101 111111 111110

Color Harmonies of #DB9B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B60

Black with #DB9B60

Text Example


Text Example

White with #DB9B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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