Html Css Color HEX #DBA165 Porsche

📋 copy color: '#DBA165'

red 219 ◦ green 161 ◦ blue 101

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

Shades of Porsche #DBA165

Tints of Porsche #DBA165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21%

R = 45.53%
G = 33.47%
B = 21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBA165 (or 0xDBA165) is known color: Porsche. HEX triplet: DB, A1 and 65. RGB value is (219,161,101). Sum of RGB (Red+Green+Blue) = 219+161+101=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA165 is #245E9A. Grayscale: #ABABAB. Windows color (decimal): -2383515 or 6660571. OLE color: 6660571.

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

Color convert

RGB 219 161 101 -
CMYK 0 0.26 0.54 0.14
HSL 30.51º 0.62% 0.63% -
HSV(B) 30.51º 0.54% 0.86% -
XYZ 44.31 41.49 17.98 -
YUV 171.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 219 161 101 0 0.26 0.54 0.14 30.51 0.62 0.63
Hex DB A1 65 0 1A 36 E 1F 3E 3F
Octal 333 241 145 0 32 66 16 37 76 77
Binary 11011011 10100001 1100101 0 11010 110110 1110 11111 111110 111111

Color Harmonies of #DBA165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA165

Black with #DBA165

Text Example


Text Example

White with #DBA165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA165; }

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

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

background-color css

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

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

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

border-color css

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

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

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