Html Css Color HEX #DBA36D Porsche

📋 copy color: '#DBA36D'

red 219 ◦ green 163 ◦ blue 109

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

Shades of Porsche #DBA36D

Tints of Porsche #DBA36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 44.6%
G = 33.2%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBA36D (or 0xDBA36D) is known color: Porsche. HEX triplet: DB, A3 and 6D. RGB value is (219,163,109). Sum of RGB (Red+Green+Blue) = 219+163+109=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA36D is #245C92. Grayscale: #ADADAD. Windows color (decimal): -2382995 or 7185371. OLE color: 7185371.

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

Color convert

RGB 219 163 109 -
CMYK 0 0.26 0.50 0.14
HSL 29.45º 0.6% 0.64% -
HSV(B) 29.45º 0.5% 0.86% -
XYZ 45.07 42.36 20.27 -
YUV 173.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 219 163 109 0 0.26 0.50 0.14 29.45 0.6 0.64
Hex DB A3 6D 0 1A 32 E 1D 3C 40
Octal 333 243 155 0 32 62 16 35 74 100
Binary 11011011 10100011 1101101 0 11010 110010 1110 11101 111100 1000000

Color Harmonies of #DBA36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA36D

Black with #DBA36D

Text Example


Text Example

White with #DBA36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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