Html Css Color HEX #DBA258 Porsche

📋 copy color: '#DBA258'

red 219 ◦ green 162 ◦ blue 88

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

Shades of Porsche #DBA258

Tints of Porsche #DBA258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.76%

R = 46.7%
G = 34.54%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBA258 (or 0xDBA258) is known color: Porsche. HEX triplet: DB, A2 and 58. RGB value is (219,162,88). Sum of RGB (Red+Green+Blue) = 219+162+88=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA258 is #245DA7. Grayscale: #AAAAAA. Windows color (decimal): -2383272 or 5808859. OLE color: 5808859.

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

Color convert

RGB 219 162 88 -
CMYK 0 0.26 0.60 0.14
HSL 33.89º 0.65% 0.6% -
HSV(B) 33.89º 0.6% 0.86% -
XYZ 43.9 41.61 14.95 -
YUV 170.61 81.38 162.52 -
System Red Green Blue C M Y K H S L
Decimal 219 162 88 0 0.26 0.60 0.14 33.89 0.65 0.6
Hex DB A2 58 0 1A 3C E 22 41 3C
Octal 333 242 130 0 32 74 16 42 101 74
Binary 11011011 10100010 1011000 0 11010 111100 1110 100010 1000001 111100

Color Harmonies of #DBA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA258

Black with #DBA258

Text Example


Text Example

White with #DBA258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA258; }

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

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

background-color css

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

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

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

border-color css

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

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

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