Html Css Color HEX #DBA35D Porsche

📋 copy color: '#DBA35D'

red 219 ◦ green 163 ◦ blue 93

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

Shades of Porsche #DBA35D

Tints of Porsche #DBA35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 46.11%
G = 34.32%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBA35D (or 0xDBA35D) is known color: Porsche. HEX triplet: DB, A3 and 5D. RGB value is (219,163,93). Sum of RGB (Red+Green+Blue) = 219+163+93=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA35D is #245CA2. Grayscale: #ACACAC. Windows color (decimal): -2383011 or 6136795. OLE color: 6136795.

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

Color convert

RGB 219 163 93 -
CMYK 0 0.26 0.58 0.14
HSL 33.33º 0.64% 0.61% -
HSV(B) 33.33º 0.58% 0.86% -
XYZ 44.29 42.04 16.14 -
YUV 171.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 219 163 93 0 0.26 0.58 0.14 33.33 0.64 0.61
Hex DB A3 5D 0 1A 3A E 21 40 3D
Octal 333 243 135 0 32 72 16 41 100 75
Binary 11011011 10100011 1011101 0 11010 111010 1110 100001 1000000 111101

Color Harmonies of #DBA35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA35D

Black with #DBA35D

Text Example


Text Example

White with #DBA35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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