Html Css Color HEX #DBA163 Porsche

📋 copy color: '#DBA163'

red 219 ◦ green 161 ◦ blue 99

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

Shades of Porsche #DBA163

Tints of Porsche #DBA163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 45.72%
G = 33.61%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBA163 (or 0xDBA163) is known color: Porsche. HEX triplet: DB, A1 and 63. RGB value is (219,161,99). Sum of RGB (Red+Green+Blue) = 219+161+99=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA163 is #245E9C. Grayscale: #ABABAB. Windows color (decimal): -2383517 or 6529499. OLE color: 6529499.

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

Color convert

RGB 219 161 99 -
CMYK 0 0.26 0.55 0.14
HSL 31º 0.63% 0.62% -
HSV(B) 31º 0.55% 0.86% -
XYZ 44.21 41.45 17.48 -
YUV 171.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 219 161 99 0 0.26 0.55 0.14 31 0.63 0.62
Hex DB A1 63 0 1A 37 E 1F 3E 3E
Octal 333 241 143 0 32 67 16 37 76 76
Binary 11011011 10100001 1100011 0 11010 110111 1110 11111 111110 111110

Color Harmonies of #DBA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA163

Black with #DBA163

Text Example


Text Example

White with #DBA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA163; }

 p { color: rgb(219,161,99); }

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

background-color css

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

 a { background-color: rgb(219,161,99); }

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

border-color css

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

 span { border-color: rgb(219,161,99); }

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