Html Css Color HEX #DBA356 Porsche

📋 copy color: '#DBA356'

red 219 ◦ green 163 ◦ blue 86

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

Shades of Porsche #DBA356

Tints of Porsche #DBA356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.83%

 BLUE value IS 86 (33.98% from 255) = 18.38%

R = 46.79%
G = 34.83%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBA356 (or 0xDBA356) is known color: Porsche. HEX triplet: DB, A3 and 56. RGB value is (219,163,86). Sum of RGB (Red+Green+Blue) = 219+163+86=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA356 is #245CA9. Grayscale: #ABABAB. Windows color (decimal): -2383018 or 5678043. OLE color: 5678043.

HSL color Cylindrical-coordinate representation of color #DBA356: hue angle of 34.74º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBA356 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 86 -
CMYK 0 0.26 0.61 0.14
HSL 34.74º 0.65% 0.6% -
HSV(B) 34.74º 0.61% 0.86% -
XYZ 43.99 41.93 14.58 -
YUV 170.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 219 163 86 0 0.26 0.61 0.14 34.74 0.65 0.6
Hex DB A3 56 0 1A 3D E 23 41 3C
Octal 333 243 126 0 32 75 16 43 101 74
Binary 11011011 10100011 1010110 0 11010 111101 1110 100011 1000001 111100

Color Harmonies of #DBA356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA356

Black with #DBA356

Text Example


Text Example

White with #DBA356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA356; }

 p { color: rgb(219,163,86); }

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

background-color css

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

 a { background-color: rgb(219,163,86); }

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

border-color css

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

 span { border-color: rgb(219,163,86); }

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