Html Css Color HEX #DBA05C Porsche

📋 copy color: '#DBA05C'

red 219 ◦ green 160 ◦ blue 92

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

Shades of Porsche #DBA05C

Tints of Porsche #DBA05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.97%

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

R = 46.5%
G = 33.97%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBA05C (or 0xDBA05C) is known color: Porsche. HEX triplet: DB, A0 and 5C. RGB value is (219,160,92). Sum of RGB (Red+Green+Blue) = 219+160+92=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA05C is #245FA3. Grayscale: #AAAAAA. Windows color (decimal): -2383780 or 6070491. OLE color: 6070491.

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

Color convert

RGB 219 160 92 -
CMYK 0 0.27 0.58 0.14
HSL 32.13º 0.64% 0.61% -
HSV(B) 32.13º 0.58% 0.86% -
XYZ 43.72 40.97 15.73 -
YUV 169.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 219 160 92 0 0.27 0.58 0.14 32.13 0.64 0.61
Hex DB A0 5C 0 1B 3A E 20 40 3D
Octal 333 240 134 0 33 72 16 40 100 75
Binary 11011011 10100000 1011100 0 11011 111010 1110 100000 1000000 111101

Color Harmonies of #DBA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA05C

Black with #DBA05C

Text Example


Text Example

White with #DBA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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