Html Css Color HEX #DBA359 Porsche

📋 copy color: '#DBA359'

red 219 ◦ green 163 ◦ blue 89

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

Shades of Porsche #DBA359

Tints of Porsche #DBA359

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

 BLUE value IS 89 (35.16% from 255) = 18.9%

R = 46.5%
G = 34.61%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBA359 (or 0xDBA359) is known color: Porsche. HEX triplet: DB, A3 and 59. RGB value is (219,163,89). Sum of RGB (Red+Green+Blue) = 219+163+89=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA359 is #245CA6. Grayscale: #ABABAB. Windows color (decimal): -2383015 or 5874651. OLE color: 5874651.

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

Color convert

RGB 219 163 89 -
CMYK 0 0.26 0.59 0.14
HSL 34.15º 0.64% 0.6% -
HSV(B) 34.15º 0.59% 0.86% -
XYZ 44.11 41.98 15.23 -
YUV 171.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 219 163 89 0 0.26 0.59 0.14 34.15 0.64 0.6
Hex DB A3 59 0 1A 3B E 22 40 3C
Octal 333 243 131 0 32 73 16 42 100 74
Binary 11011011 10100011 1011001 0 11010 111011 1110 100010 1000000 111100

Color Harmonies of #DBA359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA359

Black with #DBA359

Text Example


Text Example

White with #DBA359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA359; }

 p { color: rgb(219,163,89); }

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

background-color css

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

 a { background-color: rgb(219,163,89); }

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

border-color css

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

 span { border-color: rgb(219,163,89); }

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