Html Css Color HEX #DBA66B Porsche

📋 copy color: '#DBA66B'

red 219 ◦ green 166 ◦ blue 107

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

Shades of Porsche #DBA66B

Tints of Porsche #DBA66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 44.51%
G = 33.74%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBA66B (or 0xDBA66B) is known color: Porsche. HEX triplet: DB, A6 and 6B. RGB value is (219,166,107). Sum of RGB (Red+Green+Blue) = 219+166+107=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA66B is #245994. Grayscale: #AFAFAF. Windows color (decimal): -2382229 or 7055067. OLE color: 7055067.

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

Color convert

RGB 219 166 107 -
CMYK 0 0.24 0.51 0.14
HSL 31.61º 0.61% 0.64% -
HSV(B) 31.61º 0.51% 0.86% -
XYZ 45.5 43.39 19.89 -
YUV 175.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 219 166 107 0 0.24 0.51 0.14 31.61 0.61 0.64
Hex DB A6 6B 0 18 33 E 20 3D 40
Octal 333 246 153 0 30 63 16 40 75 100
Binary 11011011 10100110 1101011 0 11000 110011 1110 100000 111101 1000000

Color Harmonies of #DBA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA66B

Black with #DBA66B

Text Example


Text Example

White with #DBA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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