Html Css Color HEX #DBA061 Porsche

📋 copy color: '#DBA061'

red 219 ◦ green 160 ◦ blue 97

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

Shades of Porsche #DBA061

Tints of Porsche #DBA061

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.61%

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

R = 46.01%
G = 33.61%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBA061 (or 0xDBA061) is known color: Porsche. HEX triplet: DB, A0 and 61. RGB value is (219,160,97). Sum of RGB (Red+Green+Blue) = 219+160+97=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA061 is #245F9E. Grayscale: #AAAAAA. Windows color (decimal): -2383775 or 6398171. OLE color: 6398171.

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

Color convert

RGB 219 160 97 -
CMYK 0 0.27 0.56 0.14
HSL 30.98º 0.63% 0.62% -
HSV(B) 30.98º 0.56% 0.86% -
XYZ 43.94 41.06 16.92 -
YUV 170.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 219 160 97 0 0.27 0.56 0.14 30.98 0.63 0.62
Hex DB A0 61 0 1B 38 E 1F 3F 3E
Octal 333 240 141 0 33 70 16 37 77 76
Binary 11011011 10100000 1100001 0 11011 111000 1110 11111 111111 111110

Color Harmonies of #DBA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA061

Black with #DBA061

Text Example


Text Example

White with #DBA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA061; }

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

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

background-color css

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

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

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

border-color css

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

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

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