Html Css Color HEX #DBA160 Porsche

📋 copy color: '#DBA160'

red 219 ◦ green 161 ◦ blue 96

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

Shades of Porsche #DBA160

Tints of Porsche #DBA160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.82%

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

R = 46.01%
G = 33.82%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBA160 (or 0xDBA160) is known color: Porsche. HEX triplet: DB, A1 and 60. RGB value is (219,161,96). Sum of RGB (Red+Green+Blue) = 219+161+96=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA160 is #245E9F. Grayscale: #ABABAB. Windows color (decimal): -2383520 or 6332891. OLE color: 6332891.

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

Color convert

RGB 219 161 96 -
CMYK 0 0.26 0.56 0.14
HSL 31.71º 0.63% 0.62% -
HSV(B) 31.71º 0.56% 0.86% -
XYZ 44.07 41.39 16.73 -
YUV 170.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 219 161 96 0 0.26 0.56 0.14 31.71 0.63 0.62
Hex DB A1 60 0 1A 38 E 20 3F 3E
Octal 333 241 140 0 32 70 16 40 77 76
Binary 11011011 10100001 1100000 0 11010 111000 1110 100000 111111 111110

Color Harmonies of #DBA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA160

Black with #DBA160

Text Example


Text Example

White with #DBA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA160; }

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

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

background-color css

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

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

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

border-color css

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

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

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