Html Css Color HEX #DBA35C Porsche

📋 copy color: '#DBA35C'

red 219 ◦ green 163 ◦ blue 92

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

Shades of Porsche #DBA35C

Tints of Porsche #DBA35C

RGB

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

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

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

R = 46.2%
G = 34.39%
B = 19.41%

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

#DBA35C (or 0xDBA35C) is known color: Porsche. HEX triplet: DB, A3 and 5C. RGB value is (219,163,92). Sum of RGB (Red+Green+Blue) = 219+163+92=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA35C is #245CA3. Grayscale: #ABABAB. Windows color (decimal): -2383012 or 6071259. OLE color: 6071259.

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

Color convert

RGB 219 163 92 -
CMYK 0 0.26 0.58 0.14
HSL 33.54º 0.64% 0.61% -
HSV(B) 33.54º 0.58% 0.86% -
XYZ 44.24 42.03 15.91 -
YUV 171.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 219 163 92 0 0.26 0.58 0.14 33.54 0.64 0.61
Hex DB A3 5C 0 1A 3A E 22 40 3D
Octal 333 243 134 0 32 72 16 42 100 75
Binary 11011011 10100011 1011100 0 11010 111010 1110 100010 1000000 111101

Color Harmonies of #DBA35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA35C

Black with #DBA35C

Text Example


Text Example

White with #DBA35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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