Html Css Color HEX #DBA05E Porsche

📋 copy color: '#DBA05E'

red 219 ◦ green 160 ◦ blue 94

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

Shades of Porsche #DBA05E

Tints of Porsche #DBA05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.87%

R = 46.3%
G = 33.83%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBA05E (or 0xDBA05E) is known color: Porsche. HEX triplet: DB, A0 and 5E. RGB value is (219,160,94). Sum of RGB (Red+Green+Blue) = 219+160+94=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA05E is #245FA1. Grayscale: #AAAAAA. Windows color (decimal): -2383778 or 6201563. OLE color: 6201563.

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

Color convert

RGB 219 160 94 -
CMYK 0 0.27 0.57 0.14
HSL 31.68º 0.63% 0.61% -
HSV(B) 31.68º 0.57% 0.86% -
XYZ 43.8 41.01 16.2 -
YUV 170.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 219 160 94 0 0.27 0.57 0.14 31.68 0.63 0.61
Hex DB A0 5E 0 1B 39 E 20 3F 3D
Octal 333 240 136 0 33 71 16 40 77 75
Binary 11011011 10100000 1011110 0 11011 111001 1110 100000 111111 111101

Color Harmonies of #DBA05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA05E

Black with #DBA05E

Text Example


Text Example

White with #DBA05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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