Html Css Color HEX #DBA55D Porsche

📋 copy color: '#DBA55D'

red 219 ◦ green 165 ◦ blue 93

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

Shades of Porsche #DBA55D

Tints of Porsche #DBA55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.59%

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

R = 45.91%
G = 34.59%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBA55D (or 0xDBA55D) is known color: Porsche. HEX triplet: DB, A5 and 5D. RGB value is (219,165,93). Sum of RGB (Red+Green+Blue) = 219+165+93=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA55D is #245AA2. Grayscale: #ADADAD. Windows color (decimal): -2382499 or 6137307. OLE color: 6137307.

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

Color convert

RGB 219 165 93 -
CMYK 0 0.25 0.58 0.14
HSL 34.29º 0.64% 0.61% -
HSV(B) 34.29º 0.58% 0.86% -
XYZ 44.64 42.76 16.26 -
YUV 172.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 219 165 93 0 0.25 0.58 0.14 34.29 0.64 0.61
Hex DB A5 5D 0 19 3A E 22 40 3D
Octal 333 245 135 0 31 72 16 42 100 75
Binary 11011011 10100101 1011101 0 11001 111010 1110 100010 1000000 111101

Color Harmonies of #DBA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA55D

Black with #DBA55D

Text Example


Text Example

White with #DBA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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