Html Css Color HEX #DBA050 Porsche

📋 copy color: '#DBA050'

red 219 ◦ green 160 ◦ blue 80

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

Shades of Porsche #DBA050

Tints of Porsche #DBA050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.43%

R = 47.71%
G = 34.86%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBA050 (or 0xDBA050) is known color: Porsche. HEX triplet: DB, A0 and 50. RGB value is (219,160,80). Sum of RGB (Red+Green+Blue) = 219+160+80=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA050 is #245FAF. Grayscale: #A8A8A8. Windows color (decimal): -2383792 or 5284059. OLE color: 5284059.

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

Color convert

RGB 219 160 80 -
CMYK 0 0.27 0.63 0.14
HSL 34.53º 0.66% 0.59% -
HSV(B) 34.53º 0.63% 0.86% -
XYZ 43.23 40.78 13.18 -
YUV 168.52 78.05 164 -
System Red Green Blue C M Y K H S L
Decimal 219 160 80 0 0.27 0.63 0.14 34.53 0.66 0.59
Hex DB A0 50 0 1B 3F E 23 42 3B
Octal 333 240 120 0 33 77 16 43 102 73
Binary 11011011 10100000 1010000 0 11011 111111 1110 100011 1000010 111011

Color Harmonies of #DBA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA050

Black with #DBA050

Text Example


Text Example

White with #DBA050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA050; }

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

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

background-color css

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

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

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

border-color css

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

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

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