Html Css Color HEX #DBA361 Porsche

📋 copy color: '#DBA361'

red 219 ◦ green 163 ◦ blue 97

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

Shades of Porsche #DBA361

Tints of Porsche #DBA361

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 45.72%
G = 34.03%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBA361 (or 0xDBA361) is known color: Porsche. HEX triplet: DB, A3 and 61. RGB value is (219,163,97). Sum of RGB (Red+Green+Blue) = 219+163+97=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA361 is #245C9E. Grayscale: #ACACAC. Windows color (decimal): -2383007 or 6398939. OLE color: 6398939.

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

Color convert

RGB 219 163 97 -
CMYK 0 0.26 0.56 0.14
HSL 32.46º 0.63% 0.62% -
HSV(B) 32.46º 0.56% 0.86% -
XYZ 44.47 42.12 17.1 -
YUV 172.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 219 163 97 0 0.26 0.56 0.14 32.46 0.63 0.62
Hex DB A3 61 0 1A 38 E 20 3F 3E
Octal 333 243 141 0 32 70 16 40 77 76
Binary 11011011 10100011 1100001 0 11010 111000 1110 100000 111111 111110

Color Harmonies of #DBA361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA361

Black with #DBA361

Text Example


Text Example

White with #DBA361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA361; }

 p { color: rgb(219,163,97); }

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

background-color css

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

 a { background-color: rgb(219,163,97); }

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

border-color css

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

 span { border-color: rgb(219,163,97); }

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