Html Css Color HEX #DBA15D Porsche

📋 copy color: '#DBA15D'

red 219 ◦ green 161 ◦ blue 93

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

Shades of Porsche #DBA15D

Tints of Porsche #DBA15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.66%

R = 46.3%
G = 34.04%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBA15D (or 0xDBA15D) is known color: Porsche. HEX triplet: DB, A1 and 5D. RGB value is (219,161,93). Sum of RGB (Red+Green+Blue) = 219+161+93=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA15D is #245EA2. Grayscale: #AAAAAA. Windows color (decimal): -2383523 or 6136283. OLE color: 6136283.

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

Color convert

RGB 219 161 93 -
CMYK 0 0.26 0.58 0.14
HSL 32.38º 0.64% 0.61% -
HSV(B) 32.38º 0.58% 0.86% -
XYZ 43.93 41.34 16.02 -
YUV 170.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 219 161 93 0 0.26 0.58 0.14 32.38 0.64 0.61
Hex DB A1 5D 0 1A 3A E 20 40 3D
Octal 333 241 135 0 32 72 16 40 100 75
Binary 11011011 10100001 1011101 0 11010 111010 1110 100000 1000000 111101

Color Harmonies of #DBA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA15D

Black with #DBA15D

Text Example


Text Example

White with #DBA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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