Html Css Color HEX #DBA45C Porsche

📋 copy color: '#DBA45C'

red 219 ◦ green 164 ◦ blue 92

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

Shades of Porsche #DBA45C

Tints of Porsche #DBA45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.53%

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 46.11%
G = 34.53%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBA45C (or 0xDBA45C) is known color: Porsche. HEX triplet: DB, A4 and 5C. RGB value is (219,164,92). Sum of RGB (Red+Green+Blue) = 219+164+92=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA45C is #245BA3. Grayscale: #ACACAC. Windows color (decimal): -2382756 or 6071515. OLE color: 6071515.

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

Color convert

RGB 219 164 92 -
CMYK 0 0.25 0.58 0.14
HSL 34.02º 0.64% 0.61% -
HSV(B) 34.02º 0.58% 0.86% -
XYZ 44.42 42.38 15.96 -
YUV 172.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 219 164 92 0 0.25 0.58 0.14 34.02 0.64 0.61
Hex DB A4 5C 0 19 3A E 22 40 3D
Octal 333 244 134 0 31 72 16 42 100 75
Binary 11011011 10100100 1011100 0 11001 111010 1110 100010 1000000 111101

Color Harmonies of #DBA45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA45C

Black with #DBA45C

Text Example


Text Example

White with #DBA45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA45C; }

 p { color: rgb(219,164,92); }

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

background-color css

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

 a { background-color: rgb(219,164,92); }

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

border-color css

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

 span { border-color: rgb(219,164,92); }

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