Html Css Color HEX #DBA15C Porsche

📋 copy color: '#DBA15C'

red 219 ◦ green 161 ◦ blue 92

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

Shades of Porsche #DBA15C

Tints of Porsche #DBA15C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.11%

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

R = 46.4%
G = 34.11%
B = 19.49%

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

#DBA15C (or 0xDBA15C) is known color: Porsche. HEX triplet: DB, A1 and 5C. RGB value is (219,161,92). Sum of RGB (Red+Green+Blue) = 219+161+92=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA15C is #245EA3. Grayscale: #AAAAAA. Windows color (decimal): -2383524 or 6070747. OLE color: 6070747.

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

Color convert

RGB 219 161 92 -
CMYK 0 0.26 0.58 0.14
HSL 32.6º 0.64% 0.61% -
HSV(B) 32.6º 0.58% 0.86% -
XYZ 43.89 41.32 15.79 -
YUV 170.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 219 161 92 0 0.26 0.58 0.14 32.6 0.64 0.61
Hex DB A1 5C 0 1A 3A E 21 40 3D
Octal 333 241 134 0 32 72 16 41 100 75
Binary 11011011 10100001 1011100 0 11010 111010 1110 100001 1000000 111101

Color Harmonies of #DBA15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA15C

Black with #DBA15C

Text Example


Text Example

White with #DBA15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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