Html Css Color HEX #DBA562 Porsche

📋 copy color: '#DBA562'

red 219 ◦ green 165 ◦ blue 98

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

Shades of Porsche #DBA562

Tints of Porsche #DBA562

RGB

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

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

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

R = 45.44%
G = 34.23%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBA562 (or 0xDBA562) is known color: Porsche. HEX triplet: DB, A5 and 62. RGB value is (219,165,98). Sum of RGB (Red+Green+Blue) = 219+165+98=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA562 is #245A9D. Grayscale: #ADADAD. Windows color (decimal): -2382494 or 6464987. OLE color: 6464987.

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

Color convert

RGB 219 165 98 -
CMYK 0 0.25 0.55 0.14
HSL 33.22º 0.63% 0.62% -
HSV(B) 33.22º 0.55% 0.86% -
XYZ 44.87 42.85 17.46 -
YUV 173.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 219 165 98 0 0.25 0.55 0.14 33.22 0.63 0.62
Hex DB A5 62 0 19 37 E 21 3F 3E
Octal 333 245 142 0 31 67 16 41 77 76
Binary 11011011 10100101 1100010 0 11001 110111 1110 100001 111111 111110

Color Harmonies of #DBA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA562

Black with #DBA562

Text Example


Text Example

White with #DBA562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA562; }

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

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

background-color css

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

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

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

border-color css

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

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

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