Html Css Color HEX #DBA254 Porsche

📋 copy color: '#DBA254'

red 219 ◦ green 162 ◦ blue 84

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

Shades of Porsche #DBA254

Tints of Porsche #DBA254

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

 BLUE value IS 84 (33.2% from 255) = 18.06%

R = 47.1%
G = 34.84%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBA254 (or 0xDBA254) is known color: Porsche. HEX triplet: DB, A2 and 54. RGB value is (219,162,84). Sum of RGB (Red+Green+Blue) = 219+162+84=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA254 is #245DAB. Grayscale: #AAAAAA. Windows color (decimal): -2383276 or 5546715. OLE color: 5546715.

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

Color convert

RGB 219 162 84 -
CMYK 0 0.26 0.62 0.14
HSL 34.67º 0.65% 0.59% -
HSV(B) 34.67º 0.62% 0.86% -
XYZ 43.73 41.54 14.1 -
YUV 170.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 219 162 84 0 0.26 0.62 0.14 34.67 0.65 0.59
Hex DB A2 54 0 1A 3E E 23 41 3B
Octal 333 242 124 0 32 76 16 43 101 73
Binary 11011011 10100010 1010100 0 11010 111110 1110 100011 1000001 111011

Color Harmonies of #DBA254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA254

Black with #DBA254

Text Example


Text Example

White with #DBA254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA254; }

 p { color: rgb(219,162,84); }

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

background-color css

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

 a { background-color: rgb(219,162,84); }

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

border-color css

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

 span { border-color: rgb(219,162,84); }

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