Html Css Color HEX #DBA060 Porsche

📋 copy color: '#DBA060'

red 219 ◦ green 160 ◦ blue 96

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

Shades of Porsche #DBA060

Tints of Porsche #DBA060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.68%

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

R = 46.11%
G = 33.68%
B = 20.21%

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

#DBA060 (or 0xDBA060) is known color: Porsche. HEX triplet: DB, A0 and 60. RGB value is (219,160,96). Sum of RGB (Red+Green+Blue) = 219+160+96=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA060 is #245F9F. Grayscale: #AAAAAA. Windows color (decimal): -2383776 or 6332635. OLE color: 6332635.

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

Color convert

RGB 219 160 96 -
CMYK 0 0.27 0.56 0.14
HSL 31.22º 0.63% 0.62% -
HSV(B) 31.22º 0.56% 0.86% -
XYZ 43.9 41.05 16.68 -
YUV 170.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 219 160 96 0 0.27 0.56 0.14 31.22 0.63 0.62
Hex DB A0 60 0 1B 38 E 1F 3F 3E
Octal 333 240 140 0 33 70 16 37 77 76
Binary 11011011 10100000 1100000 0 11011 111000 1110 11111 111111 111110

Color Harmonies of #DBA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA060

Black with #DBA060

Text Example


Text Example

White with #DBA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA060; }

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

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

background-color css

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

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

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

border-color css

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

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

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