Html Css Color HEX #DBA56D Porsche

📋 copy color: '#DBA56D'

red 219 ◦ green 165 ◦ blue 109

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

Shades of Porsche #DBA56D

Tints of Porsche #DBA56D

RGB

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

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

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

R = 44.42%
G = 33.47%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBA56D (or 0xDBA56D) is known color: Porsche. HEX triplet: DB, A5 and 6D. RGB value is (219,165,109). Sum of RGB (Red+Green+Blue) = 219+165+109=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA56D is #245A92. Grayscale: #AFAFAF. Windows color (decimal): -2382483 or 7185883. OLE color: 7185883.

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

Color convert

RGB 219 165 109 -
CMYK 0 0.25 0.50 0.14
HSL 30.55º 0.6% 0.64% -
HSV(B) 30.55º 0.5% 0.86% -
XYZ 45.43 43.07 20.39 -
YUV 174.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 219 165 109 0 0.25 0.50 0.14 30.55 0.6 0.64
Hex DB A5 6D 0 19 32 E 1F 3C 40
Octal 333 245 155 0 31 62 16 37 74 100
Binary 11011011 10100101 1101101 0 11001 110010 1110 11111 111100 1000000

Color Harmonies of #DBA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA56D

Black with #DBA56D

Text Example


Text Example

White with #DBA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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