Html Css Color HEX #DBA66D Porsche

📋 copy color: '#DBA66D'

red 219 ◦ green 166 ◦ blue 109

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

Shades of Porsche #DBA66D

Tints of Porsche #DBA66D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.6%

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

R = 44.33%
G = 33.6%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBA66D (or 0xDBA66D) is known color: Porsche. HEX triplet: DB, A6 and 6D. RGB value is (219,166,109). Sum of RGB (Red+Green+Blue) = 219+166+109=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA66D is #245992. Grayscale: #AFAFAF. Windows color (decimal): -2382227 or 7186139. OLE color: 7186139.

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

Color convert

RGB 219 166 109 -
CMYK 0 0.24 0.50 0.14
HSL 31.09º 0.6% 0.64% -
HSV(B) 31.09º 0.5% 0.86% -
XYZ 45.61 43.44 20.45 -
YUV 175.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 219 166 109 0 0.24 0.50 0.14 31.09 0.6 0.64
Hex DB A6 6D 0 18 32 E 1F 3C 40
Octal 333 246 155 0 30 62 16 37 74 100
Binary 11011011 10100110 1101101 0 11000 110010 1110 11111 111100 1000000

Color Harmonies of #DBA66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA66D

Black with #DBA66D

Text Example


Text Example

White with #DBA66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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