Html Css Color HEX #DBA66C Porsche

📋 copy color: '#DBA66C'

red 219 ◦ green 166 ◦ blue 108

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

Shades of Porsche #DBA66C

Tints of Porsche #DBA66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.91%

R = 44.42%
G = 33.67%
B = 21.91%

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

#DBA66C (or 0xDBA66C) is known color: Porsche. HEX triplet: DB, A6 and 6C. RGB value is (219,166,108). Sum of RGB (Red+Green+Blue) = 219+166+108=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA66C is #245993. Grayscale: #AFAFAF. Windows color (decimal): -2382228 or 7120603. OLE color: 7120603.

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

Color convert

RGB 219 166 108 -
CMYK 0 0.24 0.51 0.14
HSL 31.35º 0.61% 0.64% -
HSV(B) 31.35º 0.51% 0.86% -
XYZ 45.56 43.42 20.17 -
YUV 175.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 219 166 108 0 0.24 0.51 0.14 31.35 0.61 0.64
Hex DB A6 6C 0 18 33 E 1F 3D 40
Octal 333 246 154 0 30 63 16 37 75 100
Binary 11011011 10100110 1101100 0 11000 110011 1110 11111 111101 1000000

Color Harmonies of #DBA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA66C

Black with #DBA66C

Text Example


Text Example

White with #DBA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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