Html Css Color HEX #DBA466 Porsche

📋 copy color: '#DBA466'

red 219 ◦ green 164 ◦ blue 102

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

Shades of Porsche #DBA466

Tints of Porsche #DBA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.81%

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 45.15%
G = 33.81%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBA466 (or 0xDBA466) is known color: Porsche. HEX triplet: DB, A4 and 66. RGB value is (219,164,102). Sum of RGB (Red+Green+Blue) = 219+164+102=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA466 is #245B99. Grayscale: #ADADAD. Windows color (decimal): -2382746 or 6726875. OLE color: 6726875.

HSL color Cylindrical-coordinate representation of color #DBA466: hue angle of 31.79º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBA466 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 102 -
CMYK 0 0.25 0.53 0.14
HSL 31.79º 0.62% 0.63% -
HSV(B) 31.79º 0.53% 0.86% -
XYZ 44.89 42.57 18.42 -
YUV 173.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 219 164 102 0 0.25 0.53 0.14 31.79 0.62 0.63
Hex DB A4 66 0 19 35 E 20 3E 3F
Octal 333 244 146 0 31 65 16 40 76 77
Binary 11011011 10100100 1100110 0 11001 110101 1110 100000 111110 111111

Color Harmonies of #DBA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA466

Black with #DBA466

Text Example


Text Example

White with #DBA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA466; }

 p { color: rgb(219,164,102); }

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

background-color css

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

 a { background-color: rgb(219,164,102); }

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

border-color css

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

 span { border-color: rgb(219,164,102); }

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