Html Css Color HEX #DBA561 Porsche

📋 copy color: '#DBA561'

red 219 ◦ green 165 ◦ blue 97

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

Shades of Porsche #DBA561

Tints of Porsche #DBA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.3%

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

R = 45.53%
G = 34.3%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBA561 (or 0xDBA561) is known color: Porsche. HEX triplet: DB, A5 and 61. RGB value is (219,165,97). Sum of RGB (Red+Green+Blue) = 219+165+97=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA561 is #245A9E. Grayscale: #ADADAD. Windows color (decimal): -2382495 or 6399451. OLE color: 6399451.

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

Color convert

RGB 219 165 97 -
CMYK 0 0.25 0.56 0.14
HSL 33.44º 0.63% 0.62% -
HSV(B) 33.44º 0.56% 0.86% -
XYZ 44.83 42.83 17.21 -
YUV 173.39 84.89 160.53 -
System Red Green Blue C M Y K H S L
Decimal 219 165 97 0 0.25 0.56 0.14 33.44 0.63 0.62
Hex DB A5 61 0 19 38 E 21 3F 3E
Octal 333 245 141 0 31 70 16 41 77 76
Binary 11011011 10100101 1100001 0 11001 111000 1110 100001 111111 111110

Color Harmonies of #DBA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA561

Black with #DBA561

Text Example


Text Example

White with #DBA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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