Html Css Color HEX #DBA062 Porsche

📋 copy color: '#DBA062'

red 219 ◦ green 160 ◦ blue 98

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

Shades of Porsche #DBA062

Tints of Porsche #DBA062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.55%

R = 45.91%
G = 33.54%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBA062 (or 0xDBA062) is known color: Porsche. HEX triplet: DB, A0 and 62. RGB value is (219,160,98). Sum of RGB (Red+Green+Blue) = 219+160+98=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA062 is #245F9D. Grayscale: #AAAAAA. Windows color (decimal): -2383774 or 6463707. OLE color: 6463707.

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

Color convert

RGB 219 160 98 -
CMYK 0 0.27 0.55 0.14
HSL 30.74º 0.63% 0.62% -
HSV(B) 30.74º 0.55% 0.86% -
XYZ 43.99 41.08 17.17 -
YUV 170.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 219 160 98 0 0.27 0.55 0.14 30.74 0.63 0.62
Hex DB A0 62 0 1B 37 E 1F 3F 3E
Octal 333 240 142 0 33 67 16 37 77 76
Binary 11011011 10100000 1100010 0 11011 110111 1110 11111 111111 111110

Color Harmonies of #DBA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA062

Black with #DBA062

Text Example


Text Example

White with #DBA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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