Html Css Color HEX #DBA05B Porsche

📋 copy color: '#DBA05B'

red 219 ◦ green 160 ◦ blue 91

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

Shades of Porsche #DBA05B

Tints of Porsche #DBA05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.36%

R = 46.6%
G = 34.04%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBA05B (or 0xDBA05B) is known color: Porsche. HEX triplet: DB, A0 and 5B. RGB value is (219,160,91). Sum of RGB (Red+Green+Blue) = 219+160+91=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA05B is #245FA4. Grayscale: #AAAAAA. Windows color (decimal): -2383781 or 6004955. OLE color: 6004955.

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

Color convert

RGB 219 160 91 -
CMYK 0 0.27 0.58 0.14
HSL 32.34º 0.64% 0.61% -
HSV(B) 32.34º 0.58% 0.86% -
XYZ 43.67 40.96 15.5 -
YUV 169.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 219 160 91 0 0.27 0.58 0.14 32.34 0.64 0.61
Hex DB A0 5B 0 1B 3A E 20 40 3D
Octal 333 240 133 0 33 72 16 40 100 75
Binary 11011011 10100000 1011011 0 11011 111010 1110 100000 1000000 111101

Color Harmonies of #DBA05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA05B

Black with #DBA05B

Text Example


Text Example

White with #DBA05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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